Parse 5th Digit

S

Saxman

In a series of numbers contained within one cell such as:-

287351

How do I extract 5 to a new column?

TIA
 
S

Saxman

If the number is in cell A1, then in column B1 you enter =1*MID(A1,5,1)
(You multiply by 1 to convert the result from a string to a number. If you just want the string value, omit 1* from the formula.)

Of course, you'll get an error if the number doesn't have a 5th digit.

Howard


That works fine. Thank you very much Howard.
 

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

Similar Threads


Top