Hello...
I have read multiple threads and tried several different formulas mentioned to conditionally format worksheet but none are doing it right on all the cells
I would like to format column F based on the finish date being greater, less or equal to Today, and using the % complete in column F. Below is what i was trying to do and the formula I attempted and the result
1. If the finish date is within two weeks of Today and % complete less than 100% I would like amber =IF(AND(E16>TODAY()+14,F16<0.9),1,0)
2. If the finish date is greater than two weeks from today and % complete less than 100% green =IF(AND(E16>TODAY()+"",F16<0.9),1,0)
3. If the finish date is earlier (i.e. late) than today and % complete less than 100% red =IF(AND(E16<TODAY(),F16<1),1,0)
4. If the finish date is earlier than today and % complete 100% green =IF(AND(E16<TODAY(),F16=1),1,0)
For the Amber in one instance due date is the 7th of Aug and today is the 7th of July. I should not get amber, but should get Green using 2. above.
If better to use Now vs Today and or I have something placed wrong would appreciate the help.
I have read multiple threads and tried several different formulas mentioned to conditionally format worksheet but none are doing it right on all the cells
I would like to format column F based on the finish date being greater, less or equal to Today, and using the % complete in column F. Below is what i was trying to do and the formula I attempted and the result
1. If the finish date is within two weeks of Today and % complete less than 100% I would like amber =IF(AND(E16>TODAY()+14,F16<0.9),1,0)
2. If the finish date is greater than two weeks from today and % complete less than 100% green =IF(AND(E16>TODAY()+"",F16<0.9),1,0)
3. If the finish date is earlier (i.e. late) than today and % complete less than 100% red =IF(AND(E16<TODAY(),F16<1),1,0)
4. If the finish date is earlier than today and % complete 100% green =IF(AND(E16<TODAY(),F16=1),1,0)
For the Amber in one instance due date is the 7th of Aug and today is the 7th of July. I should not get amber, but should get Green using 2. above.
If better to use Now vs Today and or I have something placed wrong would appreciate the help.