MID Formula

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to find a formula that will look at this 12 character string:

BOX00A8Y0L39

And return the 10th and 11th characters.

Thank you in advance.
 
=mid(a1,11,2)
maybe???

or
=--mid(a1,11,2)

if you want that 39 to be treated as a number--not text.
 

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


Back
Top