Extracting characters from a cell

J

juliejg1

I have the following in cell A2: 4,32,55,10,16
I would like to use formulas to put this in the following cells:
B2 = 4
C2 = 32
D2 = 55
E2 = 10
F2 = 16
I have a whole column of these types of entries. the numbers are not always
the same length. I can extract the 4 and 16 using Left and Right functions
but don't know how to get the remaining 3 numbers.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top