Hi guys,
I have the following data and I need to get rid of the numbers. This means I will have to find that last occurence of the character " " and keep everything that comes before however I dont know how to write the formula.
The length of the text varies and it can also be multiple words. The numbers are not longer than 3 digits.
String
abc 61
abc 79
ac 1
ab 123
a bc 12
Thanks!
I have the following data and I need to get rid of the numbers. This means I will have to find that last occurence of the character " " and keep everything that comes before however I dont know how to write the formula.
The length of the text varies and it can also be multiple words. The numbers are not longer than 3 digits.
String
abc 61
abc 79
ac 1
ab 123
a bc 12
Thanks!