Hi,
I am running into issue and I cannot think about a way to solve it.
I have a column (Drop-down list) containing specific statuses (Status Column) which I need to match to 5 different report statuses (Not Started, In Flight, On Hold, Cancelled, Completed).
The match is as follow:
I can match the "Not Started" and "In Flight" using the following formula =IF(Status@row="Not Started", Not Started", "In Flight" but I cannot match On Hold, Cancelled, Completed.
I tried to use =IF(OR or IF(AND but it did not work because I am querying always the same value in (Status@row)
I look forward reading your suggestions
Thank you in advance
Xavier..