Can I use conditional formatting to highlight where a cell has been changed (e.g. from N to Y)

Dicegirly

New Member
Joined
Oct 26, 2015
Messages
10
Hi all,

I have an Excel spread sheet setup to display departmental compliance with certain criteria, and at the moment I have conditional formatting to show the cell as red when it contains "n" and green when it displays "y".
What I would like to do is show also when a cell has been changed from N to Y, to demonstrate that the area was not compliant before but has improved and is now compliant, and maybe make that a different colour.

I can't work out how to write a rule which shows this - is there a way?
Or some other way in which anyone could think of?
(My backup plan is to make a 3rd condition called "C", meaning wasn't compliant, but now is, but I would prefer to keep the fields binary if possible for easier reporting purposes.)
Thanks in anticipation.
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
Conditional Formatting can only run on what the value in the cell currently is. It has no recollection of what it was previously.
You would probably need some sort of VBA code to do that.
 
Upvote 0

Forum statistics

Threads
1,215,575
Messages
6,125,629
Members
449,241
Latest member
NoniJ

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top