Hi,
I am trying to create a formula to give me a specific "status" based on a couple of criteria's.
My formula is this =IF(ISBLANK(RFx37), "Need RFx",IF(ISTEXT(RFxx37), "Need PO", IF(ISTEXT(POx37), "Open PO")))
I want to status cell to update based on other cells.
My columns are Status, RFx, & PO. If the RFx cell is blank return the status "Needs RFx", if there is text in the RFx cell return the status "Needs PO", if there is text in the PO cell return the status "Open PO".
I'm getting an #unparseable error so I've done something wrong.
Thanks.