Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
I have a text string from which I would like to extract a particular value, that is the number at the end, and then convert it into an integer value. The String is; Total item(s) found: 1 From which I want to be able to take the number at the end and convert it into an integer. Can anyone please assist in formulating a solution for doing that. Thanks Sumeet |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assuming that sometimes you are going to have numbers greater than 9:
=RIGHT(A1,LEN(A1)-21) This should work. Ian "Sumeet Benawra" wrote: Hi I have a text string from which I would like to extract a particular value, that is the number at the end, and then convert it into an integer value. The String is; Total item(s) found: 1 From which I want to be able to take the number at the end and convert it into an integer. Can anyone please assist in formulating a solution for doing that. Thanks Sumeet |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks Ian,
That hit the spot. Sumeet "Ian P" wrote: Assuming that sometimes you are going to have numbers greater than 9: =RIGHT(A1,LEN(A1)-21) This should work. Ian "Sumeet Benawra" wrote: Hi I have a text string from which I would like to extract a particular value, that is the number at the end, and then convert it into an integer value. The String is; Total item(s) found: 1 From which I want to be able to take the number at the end and convert it into an integer. Can anyone please assist in formulating a solution for doing that. Thanks Sumeet |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
converting a string of information into excel cells | Excel Worksheet Functions | |||
Converting text string to a its proper time format | Excel Discussion (Misc queries) | |||
converting number string to number with decimal | Excel Worksheet Functions | |||
Converting string of info in one cell into multiple | Excel Discussion (Misc queries) |