Hi,
I am trying to only show the roman numeral only but now its showing both 4 IV at the end of Pay Name- I think I have to correct this formula or add another formula to remove this -please help
elseif Contains([Pay name], " 2" ) THEN [Pay name]
+ 'II'
elseif Contains([Pay name], " 3" ) THEN [Pay name]
+ 'III'
elseif Contains([Pay name], " 4" ) THEN[Pay name] + 'IV' ELSE [Pay name]
is this part of a larger formula - am sure it is from this part though
thanks!!!!!