Hi
Can someone help me please, im pretty new to Excel and am having my first attempt at conditional formatting. I have created a spread sheet which has a column of dates.
I need the sheet to highlight todays date in red so I have:
=INT(G5)=TODAY()
I then need it to flag up dates in yellow up to 31 days ahead of todays date:
=AND(INT(G5)>TODAY(),(INT(G5)-TODAY())<31)
My problem is that I also need it to flag up dates prior to today, i.e. overdue dates in another colour. So what test do I need to put in for condition 3. Any help gratefully received