Conditional Format based on if a cell has been altered

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to use the Conditional Formating tool to highlight a cell if the formula in a cell has been manually overwritten or changed. Any way to do that? Your help greatly appreciated.

- David
 
Conditional formatting can highlight a cell based on its value, or the
value of other cells, but wouldn't detect if a value has been manually
entered, or if a formula has been changed.

You could use the Worksheet_Change event to colour a cell if its value
is manually changed. Chip Pearson has information on event procedures:

http://www.cpearson.com/excel/events.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top