View Single Post
 
Old 04-05-2023, 11:56 AM
Kwmck328 Kwmck328 is offline Mac OS X Office for Mac 2011
Novice
 
Join Date: Feb 2015
Posts: 23
Kwmck328 is on a distinguished road
Default

Quote:
Originally Posted by kilroyscarnival View Post
Hi, it looks like you have the conditional formatting for the yellow (less than or equal to 118 days' difference between original date and today) and the red (greater than 126 days' difference between those dates.) Note that I used greater than or equal to 117 days, not 118, because I presumed your third category would cover 118 days in the green condition.

Where I appear to have messed up is I also have overlapping conditional formats on 126 days. The red formula should have > 126, not >= 126. So if it's exactly 126 days it still falls in the green, if I understood what you wanted.

All you really have to do is emulate the formula I had for the green condition, which in the case of this new file would be

Code:
=AND($R$23>=118,$R$23<=126)
Thank you for the assistance. Does this represent what you mentioned above for Test #1 of this new workbook sheet? attached....
Attached Images
File Type: png Screen Shot 2023-04-05 at 2.49.10 PM.png (58.9 KB, 14 views)
Reply With Quote