Hello! I am using Excel 2016 and having an issue with conditional formatting.
Cell E2 has 2 formulas at play:
=IF(F2="",0,DAYS360(D2,F2))&IF(ISBLANK(F2),TODAY()-D2,"")
This way I can calculate the number of days an invoice has been with my office using the date entered in D2 and the current date. When the date we sent the invoice to accounting is later entered into F2, E2 will then display the number of days the invoice was in our office using cells D2 and F2.
The formulas work to display the correct number of days, but my conditional formatting will not work. I have formatted E2 to highlight in red if the cell value is over 15, but no matter what the value in E2, it is always red. How can I get conditional formatting to apply in E2?
*Note* Conditional formatting works correctly in my cells that use only one of the below formulas at a time:
=TODAY()-D3
=IF(F4=””,0,DAYS360(D4,F4))
Bookmarks