I inherited a spreadsheet and the condtional formatting is not working. Using Excel 2016
The formula used is AND(A1>0,Today()-A1>=1,Today()-A1>=1)
The next line is AND(A1>0,Today()-A1>=1,Today()-A1>=2)
The next line is AND(A1>0,Today()-A1>=1,Today()-A1>=3)
The next line is AND(A1>0,Today()-A1>=1,Today()-A1>=4)
What is suppose to happen as the date gets closer to today the cell changes colors from Green for >=4 to red when >=1.
I have played with the order and still can't get it right and it seems to me there should be an easier way.
Any help is appreciated.
The formula used is AND(A1>0,Today()-A1>=1,Today()-A1>=1)
The next line is AND(A1>0,Today()-A1>=1,Today()-A1>=2)
The next line is AND(A1>0,Today()-A1>=1,Today()-A1>=3)
The next line is AND(A1>0,Today()-A1>=1,Today()-A1>=4)
What is suppose to happen as the date gets closer to today the cell changes colors from Green for >=4 to red when >=1.
I have played with the order and still can't get it right and it seems to me there should be an easier way.
Any help is appreciated.