Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am copying data from the internet which includes the "degree" value
inputted into my excel spreadsheet...in other words, my value in the cell says...123 degrees, with degrees as the tiny circle. How can I read the cell without the degree sign??? Thanks, FLKulchar |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=LEFT(A1,LEN(A1)-1) as text
or =--LEFT(A1,LEN(A1)-1) as a number -- David Biddulph "F. Lawrence Kulchar" wrote in message ... I am copying data from the internet which includes the "degree" value inputted into my excel spreadsheet...in other words, my value in the cell says...123 degrees, with degrees as the tiny circle. How can I read the cell without the degree sign??? Thanks, FLKulchar |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Select and EditReplace
What: hold Alt key and enter 0186 from the num pad With: nothing Note, it could be a different ascii number but 0186 would be most common. Gord Dibben MS Excel MVP On Tue, 8 Apr 2008 12:53:00 -0700, F. Lawrence Kulchar wrote: I am copying data from the internet which includes the "degree" value inputted into my excel spreadsheet...in other words, my value in the cell says...123 degrees, with degrees as the tiny circle. How can I read the cell without the degree sign??? Thanks, FLKulchar |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
tHANK YOU
very fine response..IT WORKS!! flkULCHAR "David Biddulph" <groups [at] biddulph.org.uk wrote in message ... =LEFT(A1,LEN(A1)-1) as text or =--LEFT(A1,LEN(A1)-1) as a number -- David Biddulph "F. Lawrence Kulchar" wrote in message ... I am copying data from the internet which includes the "degree" value inputted into my excel spreadsheet...in other words, my value in the cell says...123 degrees, with degrees as the tiny circle. How can I read the cell without the degree sign??? Thanks, FLKulchar |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
"0186"...
I am not sure what you mean here, but I cannot seem to make your response work for me; anny more input?? Thanks, FLKulchar "Gord Dibben" <gorddibbATshawDOTca wrote in message ... Select and EditReplace What: hold Alt key and enter 0186 from the num pad With: nothing Note, it could be a different ascii number but 0186 would be most common. Gord Dibben MS Excel MVP On Tue, 8 Apr 2008 12:53:00 -0700, F. Lawrence Kulchar wrote: I am copying data from the internet which includes the "degree" value inputted into my excel spreadsheet...in other words, my value in the cell says...123 degrees, with degrees as the tiny circle. How can I read the cell without the degree sign??? Thanks, FLKulchar |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Select an empty cell
hit and hold the alt-key while you type: 0186 on the number pad You'll see that degree symbol in the cell. Now select that symbol in the formula bar and hit ctrl-c. Then show the edit|Replace dialog and use ctrl-v to paste that symbol into the "Find What" box. FLKulchar wrote: "0186"... I am not sure what you mean here, but I cannot seem to make your response work for me; anny more input?? Thanks, FLKulchar "Gord Dibben" <gorddibbATshawDOTca wrote in message ... Select and EditReplace What: hold Alt key and enter 0186 from the num pad With: nothing Note, it could be a different ascii number but 0186 would be most common. Gord Dibben MS Excel MVP On Tue, 8 Apr 2008 12:53:00 -0700, F. Lawrence Kulchar wrote: I am copying data from the internet which includes the "degree" value inputted into my excel spreadsheet...in other words, my value in the cell says...123 degrees, with degrees as the tiny circle. How can I read the cell without the degree sign??? Thanks, FLKulchar -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Reading the Latest Value into a cell | Excel Worksheet Functions | |||
Reading a cell in VBA | New Users to Excel | |||
Reading last cell | Excel Discussion (Misc queries) | |||
Reading formulae in a different cell | Excel Discussion (Misc queries) | |||
only extract numeric value from alpha numeric cell | Excel Discussion (Misc queries) |