![]() |
|
#1
|
||||
|
||||
![]() Quote:
You could conditionally highlight those cells which have changed since a certain date of your choosing; in the attached I've put such a date in cell K1 and conditional formatting in column G. Change the date manually in K1 and see different cells being highlighted yellow. You might want to highlight those cells which have changed in the last 90 days, in which case instead of manually adjusting cell K1, put a formula in there such as: =TODAY()-90 Of course, if you're sure you'll always want only to see changes in the last ninety days, you can incorporate that into the conditional formatting formula: =(DATEDIF($H2,TODAY()-90,"Y")+I2)<>$G2 and dispense with the K1 cell. In column N, I've put the formulae I used for conditional formatting. It's just for your information, they should be deleted since they're not needed. Note that none of this will highlight changes due to a change in column H and/or I, only changes due to the passage of time. You'll need VBA (macros) to do that. |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Need help with conditional formatting & returning "Pass" / "Fail Results" in a Column N | mikey386 | Excel | 2 | 12-11-2014 01:14 PM |
![]() |
Velocitydreamer | Word | 1 | 05-26-2013 07:04 AM |
Conditional formatting - "From" - Why does it recognise only names and not emails | ghumdinger | Outlook | 0 | 09-18-2011 01:28 AM |
How do I change the "and" to "or" with multiple Rules (and Alerts)? | bschimmel | Outlook | 0 | 11-16-2009 05:26 AM |
![]() |
tgorrie | Excel | 1 | 02-28-2006 12:18 PM |