There are dates in column A. What conditional format formula can I use to highlight each cell if Todays date is 5 days or less before the dates in column A
There are dates in column A. What conditional format formula can I use to highlight each cell if Todays date is 5 days or less before the dates in column A
Last edited by rhudgins; 03-09-2011 at 05:12 PM.
Assuming you don't want to know about the past, then try formula:
=AND(A1>TODAY(),TODAY()>=A1-5)
where A1 contains the date to check.
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Thank you for your help
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks