I have some data that gets pulled in from an import and I'm trying to split the data but I'm running into some confusion
A1
BUF-8(-110)
I need to pull the "BUF" into one cell(b1) and -8 in another (C1)
=Left(A1,3) and it would give me BUF
I ran into a problem when it was 2 characters
NE-2.5(-110)
It will only ever be 2 or 3 characters. The numbers can range from 1 to 5 though
What would be a better approach? Thanks
A1
BUF-8(-110)
I need to pull the "BUF" into one cell(b1) and -8 in another (C1)
=Left(A1,3) and it would give me BUF
I ran into a problem when it was 2 characters
NE-2.5(-110)
It will only ever be 2 or 3 characters. The numbers can range from 1 to 5 though
What would be a better approach? Thanks