Hi All
I am looking for a formula to extract project status from a string with multiple response column. Criteria is IF "Market Single" is appear anywhere in the "Updated Status", then return as the 1st word in that particular string.
Example below: the output I am looking for in "Final Status" is:
- Row 1: Ongoing (Albania in Market single, Ongoing being the first word in the string)
- Row 2: Hold (Andorra in Market single, Hold being the first word in the string)
- Row 3: Cancelled (Antigua in Market single, Cancelled being the first word in the string)
Currently this is the formula I have - and it returns all three response as Ongoing - which is not what I am looking for:
Thanks a mil!