Hi,
I'm looking to create a formula within our 'Status' column that auto populates a particular status based on what three columns inputs are (see below snip).
What I would like is if 'PO Number' & 'Received' are blank, then "REQ Submitted" populates.
If 'PO Number' is not blank, but 'Received' still is then I would like it to show "PO Received/Pend Item Receipt"
Finally, if 'Received' is green, I'd like 'Status' to show 'Ready for Install'.
I thought to build off the formula below, but I'm having trouble getting this to work out. Any suggestions are greatly appreciated!
=IF(NOT(ISBLANK([REQ Number]@row)), "REQ Submitted", "")