ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   ok for the first but I would like the first 2 Left please. (https://www.excelbanter.com/excel-worksheet-functions/44332-ok-first-but-i-would-like-first-2-left-please.html)

Steved

ok for the first but I would like the first 2 Left please.
 
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($F1 5,1)))

Thankyou.

Steved

Please Ignore.

"Steved" wrote:

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($F1 5,1)))

Thankyou.


Paul Sheppard


Steved Wrote:
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($F1 5,1)))

Thankyou.


Hi Steved

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


--
Paul Sheppard


------------------------------------------------------------------------
Paul Sheppard's Profile: http://www.excelforum.com/member.php...o&userid=24783
View this thread: http://www.excelforum.com/showthread...hreadid=465739


Steved

Thankyou Paul.

"Paul Sheppard" wrote:


Steved Wrote:
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($F1 5,1)))

Thankyou.


Hi Steved

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


--
Paul Sheppard


------------------------------------------------------------------------
Paul Sheppard's Profile: http://www.excelforum.com/member.php...o&userid=24783
View this thread: http://www.excelforum.com/showthread...hreadid=465739




All times are GMT +1. The time now is 01:25 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com