Forum Discussion

Gunnie's avatar
Gunnie
Copper Contributor
May 15, 2024
Solved

Problem with an if formula

Trying to write an If formula. If cell A1 has A then formula A runs is cell C1.  If Cell A1 has B then formula B runs in cell C1.  This is what I tried but get an  =IF(A1="UG",(IF(ISBLANK(B1),"",EDA...
  • Martin_Angosto's avatar
    May 15, 2024

    Gunnie 

     

    Does this work?

     

    =IF(A1="UG",(IF(ISBLANK(B1),"",EDATE(B1,6))),IF(A1="PS",(IF(ISBLANK(B1),"",EDATE(B1,8)))))

Resources