Colour cell/conditional formatting

Webslinger83

New Member
Joined
Apr 17, 2024
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hi just wondering if anyone has an easy solution to this, I’m an enthusiastic amateur in excel! I have set up a formula based on a date and date range ie if set date is 0-4 years post todays date then cell = A if 4-8 years post todays date then cell = B etc I want to put some conditional formatting on the cells so that if a cell changes from A to B due to date then the cell becomes highlighted in dealing with a lot of rows of data and would rather not scroll through the entire sheet to check for changes if it can be easily highlighted. Is this something that can be done if so how do I go about doing it?

Thank you in advance of any help provided
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Welcome to the forum. Can you post a few rows of your data, using the xl2bb or cut and paste of the cells? (xl2bb link is below or in the post formatting/editing bar)
 
Upvote 0
Welcome to the forum. Can you post a few rows of your data, using the xl2bb or cut and paste of the cells? (xl2bb link is below or in the post formatting/editing bar)
Hi sorry for delay had to start up on my own laptop as I dont have downlad permissions on my work laptop

Grades.xlsx
ABCD
1NameSol, CILEX or OtherDateGrade
2A SmithSol15/01/1992A
3B SmithSol01/01/2019B
4C SmithSol01/11/2018B
5D SmithSol01/04/2017B
6E SmithOtherD
7F SmithOtherD
8G SmithOtherD
9H SmithOtherD
10I SmithSol01/09/1987A
11J SmithSol01/06/2010A
12K SmithOtherD
13L SmithOtherD
14M SmithSol01/07/2022C
15N SmithSol01/11/2015A
16O SmithSol01/10/2018B
17P SmithSol01/10/2020C
18Q SmithCILEX01/10/2020C
19
20
Sheet1
Cell Formulas
RangeFormula
D2:D18D2=IF(ISBLANK(C2), "D",IF(ISNUMBER(SEARCH("6+",C2)), "C",IF(TODAY()-C2<1460, "C", IF(TODAY()-C2<2920, "B","A"))))
 
Upvote 0

Forum statistics

Threads
1,215,222
Messages
6,123,704
Members
449,118
Latest member
MichealRed

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