For the columns shown below, I need to populate text in the Status Phase column based on the number in the Pipeline Phase column. 3 = Launched, 4 = Active, 5 = Closeout
I have searched and used the following two formulas based on similar questions by other users.
=IF([Pipeline Phase]@row = 3, “Launched”, IF([Pipeline Phase]@row = 4, “Active”, IF([Pipeline Phase]@row = 5, “Closeout”, “Blank”)))
Neither have worked and return UNPARSEABLE as shown in the screen shot.
Any assistance would be greatly appreciated.
Delilah