I am looking for a formula to insert into a conditional format that will fill cell with red if date = >TODAY()+90 and if the cell does not contain text. This is a group used worksheet and when an item is complete, most people place the text "closed" within the cell that contains the date. I have already formatted those cells but now need to ignore them and format only those that are more than 90 days away. Thanks for the help and go easy on me, I'm fairly new to excel and this is my first thread!
Last edited by Binaca04; 02-10-2012 at 03:36 PM.
Perhaps?
=AND(A1>=TODAY()+90,ISNUMBER(A1))
where A1 is top most cell to format.
Microsoft MVP - Excel
Where there is a will there are many ways. Pick One!
Please read the Forum Rules
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Preferred Charities: Lupus Canada and Sick Kids Foundation.
Feel Free to Donate if you want to, for the assistance you received today.
That works perfect! Thanks so much for the help and the quick response!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks