I’m new to posting in the Community. I have looked through previous posts but cannot find anything similar to what I am trying to do. I am trying to nest a LOOKUP formula.
My current (working) formula is:
=LOOKUP("In Progress", [Progress Should Be]74:[Unit Number]154, 4, true)
There are three possible values in the Progress Should Be column - “In Progress”, “In Past”, “In Future”.
I would like my formula to lookup “In Progress” and if this is not found, to lookup “In Past” and “In Future” and return which one of these two are present.
Is this possible?