ok for the first but I would like the first 2 Left please.

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

Guest

Hello from Steved

Below will return the first numeric ie 4001 it will return 4
ok I would like to please to have P4001 return P4 off P4001
is this possible

=IF(ISERROR(VALUE(LEFT($F15,1))),"",VALUE(LEFT($F15,1)))

Thankyou.
 
Steved said:
Hello from Steved

Below will return the first numeric ie 4001 it will return 4
ok I would like to please to have P4001 return P4 off P4001
is this possible

=IF(ISERROR(VALUE(LEFT($F15,1))),"",VALUE(LEFT($F15,1)))

Thankyou.

Hi Steved

Try > =IF(ISERROR(LEFT($F15,2)),"",(LEFT($F15,2)))
 

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