Parsing text

  • Thread starter Thread starter Confused
  • Start date Start date
C

Confused

Is there a formula that will parse the last two numbers from this string
BACM0001?
the end result should be "01".
 
With the string in cell A1
=RIGHT(a1,2)

If this post helps click Yes
 

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

Back
Top