Hi all,
Would appreciate some help in devising a formula to remove two characters at the end of each number in my data set;
e.g.
I had previously used the suggested solution below with no success;
Thanks!
If you want to go down that route, try the ReplaceChar function instead!
@Royalter21
Hi, @Royalter21
FYI.
Left([Txt], Length([Txt]) -2)
@Royalter21 You could use the data cleanse tool and selecting remove letters