Hi,
I am trying to get the below formula to return either "1 Deployment" or the data form the Review 1 column and it is returning blank where "1 Deployment" should be. Any ideas?
IF [Review 1] = "Last record USW" && [record] = "1"
THEN "1 Deployment"
ELSE [Review 1] ENDIF