Excel LOOKUP with multiple outcomes
Currently I am using the formula: =LOOKUP("Pending", DK6, A6)
So if the cell contents of DK6 says “Pending” it displays the value from cell A6.
I need to add some more clauses and would appreciate some help on how to construct the formula. The logic I am looking for is as follows…
LOOKUP("Pending", DK6, A6) > ?ELSEIF? > LOOKUP(“Delegated”, DK6, leave cell blank) > ?ELSEIF? > LOOKUP(“Rejected”, DK6, leave cell blank) > ?ELSEIF? > LOOKUP(blank cell, DK6, leave cell blank)