Hi there,
I need a formula for my worksheet that will highlight certain cells if TODAY() occurs in the next 7 days. The catch is that I also do not want it to highlight if it IS TODAY().
The formula I've been trying is:
AND(A1<(TODAY()+7), A1>TODAY()
But this formula does not work. Any help is greatly appreciated!![]()
Bookmarks