Hello.
I have a string 500147666122221. I need to create a new column and remove last four digits.
Appreciate your help.
Solved! Go to Solution.
Left([YourString], Length[YourString])-4)
I've got the error
I was able to correct it Left([Reference],Length([Reference])-4)
Thank you for the help