Hi, I am currently using the following working formula
=IF(AND(ISBLANK(G59),AND(ISBLANK(B59))),"Need Concurrence or Signature",IF(ISBLANK(G59),"","Paid"))
Now I'd like to add another argument, but nothing I have tried has worked.
I would like to add
IF(ISBLANK(E59),"Unassigned", NOT SURE HOW...