Been trying to figure this out lately-
I have excel data in a unique system where a cell has multiple values for SKUs
For example
1231223525
123512AA12
bR1124ABAGGA
i was hoping if there is a formula or a Sub where we can run it on the cell like MID(A1, (LEFT(A1)=",") + 1, LEN(A1)) to trim commas,
where output can be -
1231223525 | 22
123512AA12 | AA
bR1124AAABAGGA | 11| AAA | GG
Any suggestions or direction would be much appreciated! Thanks.
I have excel data in a unique system where a cell has multiple values for SKUs
For example
1231223525
123512AA12
bR1124ABAGGA
i was hoping if there is a formula or a Sub where we can run it on the cell like MID(A1, (LEFT(A1)=",") + 1, LEN(A1)) to trim commas,
where output can be -
1231223525 | 22
123512AA12 | AA
bR1124AAABAGGA | 11| AAA | GG
Any suggestions or direction would be much appreciated! Thanks.