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...