I am using Excel 2010. I have a column with dates and I want the dates (or the background cell color)to change based on whether the date is greater than today, less than today or today. I have had a feeble attempt at changing the color using this formula: =IF(H3>TODAY(),"Red",IF(H3<TODAY(),"Green","Amber") but this is just returning the text version and obviously in a different cell to that which I want to highlight. I thought I could use a case statement but I don't know how to incorporate one in the spreadsheet. Can anyone help please.