Forum Discussion

SP8Y8's avatar
SP8Y8
Copper Contributor
Apr 12, 2021
Solved

HELP required with formula or conditional formatting....

Hi all, hoping that i can get some good advice and hopefully an answer to my problem.   I have a spreadsheet, picture attached, I already have a few formula and conditional formatting rules applied...
  • HansVogelaar's avatar
    HansVogelaar
    Apr 12, 2021

    SP8Y8 

    In your screenshot, the data began in row 7. In your workbook, they begin in row 4, so the formula has to be adjusted accordingly. In the following formula for I4, I also took empty cells into account:

     

    =IF(AND(D4="",E4=""),"",IF(OR(D4="TBC",E4="TBC"),"Incomplete",IF(OR(D4>TODAY(),E4>TODAY()),"Pending","Complete")))

Resources