D
Doug Van
I imported some data that contains a 4 digit number at the end. Not all the
entries are the same width.
I am able to capture the 4 digit number using right(b2,4) and put that into
a new column.
I want to capture the rest of the data minus the 4 digit number.
For example
Metal Goods 5483
Metal Goods - Used 5484
I want to separate columns, I can do the number, but how can I trim the
numbers off.
Metal Goods 5483
Metal Goods - Used 5484
Thanks
Doug
entries are the same width.
I am able to capture the 4 digit number using right(b2,4) and put that into
a new column.
I want to capture the rest of the data minus the 4 digit number.
For example
Metal Goods 5483
Metal Goods - Used 5484
I want to separate columns, I can do the number, but how can I trim the
numbers off.
Metal Goods 5483
Metal Goods - Used 5484
Thanks
Doug