How do you extract the number from this cell using =ISNUMBER (value)?
Level Level
Experience: 1
Experience: 2
Experience: 3
Experience: 4
Experience: 5
Thanks!
How do you extract the number from this cell using =ISNUMBER (value)?
Level Level
Experience: 1
Experience: 2
Experience: 3
Experience: 4
Experience: 5
Thanks!
Hi
could u please provide a sample file with desired output
Thanks - Naveed
-----------------------------
If the suggestion helps you, then Click * to Add Reputation
To Attach File: Go Advanced>>Manage Attachments>>Add Files (In Top Right Corner)>>SelectFiles>>.........Locate Your File(s)>>Upload Files>>Done (In Bottom Right)
1. Use [code] code tags [\code]. It keeps posts clean, easy-to-read, and maintains VBA formatting.
2. If you are happy with a solution to your problem, mark the thread as [SOLVED] using the tools at the top.
ISNUMBER() will only return a TRUE/FALSE value so for the examples youve quoted ISNUMBER would always return FALSE as the cell is a string.
If you're wanting to extract the numbers from a String ie return the numbers 1,2,3,4 and 5 for the 5 cells respectively then you'll need a much more complicated formula than ISNUMBER()
Heres one I found when I last tried this, its an Array formula so needs to be entered with Ctrl-Shift-Enter
Be warned though if there is a combination of letters & numbers then it will concat all of the numbers together![]()
Please Login or Register to view this content.
ie
123ABC4DE567 will return 1234567
If someone has helped you then please add to their Reputation
With Experience: 1 in cell A1, type in B1 =VALUE(MID(A1,12,20))
The 20 in the B1 is big enough to let you have lots of Experiences!
Regards
AC
You know when you spend ages looking for an overcomplicated method when the obvious one is staring you in the face?
Well thats me and this one.
I would have done it slightly different but the logic is the same sensible, simple one that A.Clubb posted
![]()
Please Login or Register to view this content.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks