b) You can always define some VBA User Defined function to detect any changes on the cells that you're interested and Excel will trigger your UDF function when any of the monitoring cell changes.
For example, you wan to monitor any changes in cells A1, B1, C1. Assuming that these cells are...