Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Cell AR12 has a value that reads 'Visit 6 GWP'.
In an adjacent cell, I would like to extract the numeric value of this text string. Any ideas re how I can do this through the use of a formula? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this:
=MID(AR12,7,1)*1 the *1 term converts it to a number - omit if you want it to be text. Hope this helps. Pete On Aug 1, 3:10 pm, Sarah (OGI) wrote: Cell AR12 has a value that reads 'Visit 6 GWP'. In an adjacent cell, I would like to extract the numeric value of this text string. Any ideas re how I can do this through the use of a formula? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=LOOKUP(10^10,--MID(A1,MIN(FIND({0,1,2,3,4,5,6,7,8,9},A1&"01234567 89")),ROW(INDIRECT("1:255"))))
Data in A1 "Sarah (OGI)" wrote: Cell AR12 has a value that reads 'Visit 6 GWP'. In an adjacent cell, I would like to extract the numeric value of this text string. Any ideas re how I can do this through the use of a formula? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
ASAP Utilities, a free add-in available at www.asap-utilities.com has a built
in feature that will delete all alpha characters from a string. Vaya con Dios, Chuck, CABGx3 "Sarah (OGI)" wrote: Cell AR12 has a value that reads 'Visit 6 GWP'. In an adjacent cell, I would like to extract the numeric value of this text string. Any ideas re how I can do this through the use of a formula? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
extract numbers from a alphanumeric cell | Excel Worksheet Functions | |||
Extract just numeric part of mixed text/number entry? | Excel Worksheet Functions | |||
only extract numeric value from alpha numeric cell | Excel Discussion (Misc queries) | |||
Is there a function to extract the URL part of a hyperlink in another cell? | Excel Worksheet Functions | |||
Function to extract numbers from an alphanumeric cell | Excel Worksheet Functions |