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

S

Steved

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.
 
B

BenjieLop

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.

The formula

=LEFT($F15,*2*)

is what you need.

Regards
 
Top