Forum Discussion

RebekahR1415's avatar
RebekahR1415
Copper Contributor
Jul 21, 2024
Solved

Problems with finding the right IF formula

Hi, I am trying to get a formula that can give 3 results/returns (Resolved, Pending and blank). There is a Status column where the answer returns and 2 other columns where I compare data to see if th...
  • djclements's avatar
    Jul 21, 2024

    RebekahR1415 One possibility could be:

     

    =IF(AND(LEN(H2:I2)), "Resolved", IF(OR(LEN(H2:I2)), "Pending", ""))

Resources