Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
is there some sort of wildcard that can be used to represent any number? I
would like to find the first number in a cell. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Matt,
Consider a cell contains both alphabet and numeric say cell A1 contains as follows Soundar1 Use the following formula in B1(or where ever your want), you will get result as 1 =MID(A1,MATCH(TRUE,ISNUMBER(1*MID(A1,ROW($1:$9),1) ),0),1) and press control+shift+enter. You will get first number from the cell A1. Note it will work upto 9 characters length in A1, if your text length is more, change $9 to the length you want. For more details information please refer below link http://office.microsoft.com/en-us/ex...549011033.aspx Hope this will clear your doubt. Regards, Soundar. and give "Matt" wrote: is there some sort of wildcard that can be used to represent any number? I would like to find the first number in a cell. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you Soundar1.
"Soundar" wrote: Hi Matt, Consider a cell contains both alphabet and numeric say cell A1 contains as follows Soundar1 Use the following formula in B1(or where ever your want), you will get result as 1 =MID(A1,MATCH(TRUE,ISNUMBER(1*MID(A1,ROW($1:$9),1) ),0),1) and press control+shift+enter. You will get first number from the cell A1. Note it will work upto 9 characters length in A1, if your text length is more, change $9 to the length you want. For more details information please refer below link http://office.microsoft.com/en-us/ex...549011033.aspx Hope this will clear your doubt. Regards, Soundar. and give "Matt" wrote: is there some sort of wildcard that can be used to represent any number? I would like to find the first number in a cell. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
find a number in a cell | Excel Discussion (Misc queries) | |||
Is there a way to find out whether theres a number in a cell?? | Excel Discussion (Misc queries) | |||
Can I find the number of letters in a cell? | Excel Discussion (Misc queries) | |||
Find the 1st occurance of a number in a cell | Excel Worksheet Functions | |||
find the cell above any number in any range | Excel Worksheet Functions |