Help with MID formula

  • Thread starter Thread starter Luc
  • Start date Start date
L

Luc

Hi,

I've managed to extract some text from a string, but i want to convert this
to a number now.

So for example:

Cell A1 has "Adj001"

I used =MID(A1,4,3) to extract 001, but excel views this as text. can i
convert 001 to a number?

Thanks,

Luc
 
Hi
then your cell A1 contains other values as well. Works for me.
You may also try:
=VALUE(MID(A1,4,3))
 
Hello,

That second formula worked.

Thanks a lot for that Frank.

Regards,
Luc
 

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