Hello!
I'm looking for assistance with creating a formula to return a value in the Formula Result row pictured below. The formula I'm experimenting with should read the cells within the 6 rows.
For example, in the first row, the formula result should say "Draft", and in the second row, the formula result should read "Sent" and the third row should read "Delivered", etc.
The formulas that I'm using is below and is not returning a result at all, but I can still see the formula in the column. Any suggestions or recommendations would be appreciated. 😊
=IF([Non-Exempt (Ext)]@row <> ", [Non-Exempt (Ext)]@row, IF([Non-Exempt (Int)]@row <>", [Non-Exempt (Int)]@row, IF([F(Ext)]@row <> ", [F(Ext)]@row, IF([F(Int)]@row <>", [F(Int)]@row, IF([C(Ext)]@row <> ", [C(Ext)]@row, IF([C(Int)]@row <>", [C(Int)]@row)))
Thank you in advance!