I'm looking to replace GM400168(75) to only show GM400168
I've tried using the formula below.
IF ENDSWith([Name], '(75)')
THEN "" ELSE [Name] ENDIF
But the calculation is not working. Any ideas how to adjust this?
Solved! Go to Solution.
Just set the formula to
Replace([Name],"(75)","")