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

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
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,619
Members
449,238
Latest member
wcbyers

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