Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
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. |
#2
![]() |
|||
|
|||
![]()
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. |
#3
![]() |
|||
|
|||
![]() 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 |
#4
![]() |
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel should calculate exponentials properly (right to left) | Excel Worksheet Functions | |||
Left() or Right() | Excel Discussion (Misc queries) | |||
Cell Borders and "Columns to Repeat at Left" | Excel Discussion (Misc queries) | |||
Scrollbar on Chart Jumps to Left when Chart is Clicked | Charts and Charting in Excel | |||
The left function does not work when displaying times, how is thi. | Excel Worksheet Functions |