I need help on conditional formatting dates. So in short, I need the cells to be red if the date is between the 1st and 14th, then green if the date is between the 15th and 30th (or 31st). The current formula I am using is the following:
RED
=TODAY()>DATE(2017,8,1)
=TODAY()>DATE(2017,9,1)
=TODAY()>DATE(2017,10,1)
=TODAY()>DATE(2017,11,1)
=TODAY()>DATE(2017,12,1)
GREEN
=TODAY()>DATE(2017,8,15)
=TODAY()>DATE(2017,9,15)
=TODAY()>DATE(2017,10,15)
=TODAY()>DATE(2017,11,15)
=TODAY()>DATE(2017,12,15)
So, I went in to the "Conditional Formatting" then went to manage rules, add rule. Then I did it in order of month, red to green. For example I would copy and paste the 8/17 red code and then the 08/17 green code, in order up to December 2017. It is now the 20th and I opened the excel sheet to check if the cell would be green because the date range but it is not. I have an attachable image.
Solved by E. F. in 19 mins