Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
My cell contains the data *98. I want another cell to recognize this as the
number 98. Any suggestions ? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This formula will work for the example you gave. HTH Otto
=--RIGHT(A1,2) "Mike" wrote in message ... My cell contains the data *98. I want another cell to recognize this as the number 98. Any suggestions ? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() =SUBSTITUTE(A1,"*","")+B1 "Mike" wrote: My cell contains the data *98. I want another cell to recognize this as the number 98. Any suggestions ? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
LEFT returns text, so instead you can write either =--RIGHT(A1,2) or =--SUBSTITUTE(A1,"*","") You start both of these with 2 minus signs. By the way the RIGHT function is set to work only for 3 digit entries, you could generalize if =--RIGHT(A1,LEN(A1)-1) If these help, please click the Yes button. Cheers, Shane Devenshire Mike" wrote: My cell contains the data *98. I want another cell to recognize this as the number 98. Any suggestions ? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to extract numbers from imported cell with text and numbers? | Excel Discussion (Misc queries) | |||
VLOOKUP should compare numbers stored as text to plain numbers. | Excel Worksheet Functions | |||
Convert numbers stored as text to numbers Excel 2000 | Excel Discussion (Misc queries) | |||
How do I convert numbers stored as text with spaces to numbers | Excel Discussion (Misc queries) | |||
How to convert Excel imported numbers from text to numbers? | Excel Discussion (Misc queries) |