Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 124
Default Reading Only Numeric Value of Cell

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Reading Only Numeric Value of Cell

=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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Reading Only Numeric Value of Cell

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 80
Default Reading Only Numeric Value of Cell

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 80
Default Reading Only Numeric Value of Cell

"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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Reading Only Numeric Value of Cell

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Reading the Latest Value into a cell lee Excel Worksheet Functions 1 October 26th 06 04:15 AM
Reading a cell in VBA Ruatha New Users to Excel 3 June 11th 06 05:01 PM
Reading last cell jackh7777777 Excel Discussion (Misc queries) 2 May 26th 06 02:28 AM
Reading formulae in a different cell Albert Excel Discussion (Misc queries) 3 May 5th 06 11:42 AM
only extract numeric value from alpha numeric cell Fam via OfficeKB.com Excel Discussion (Misc queries) 5 April 26th 06 07:49 PM


All times are GMT +1. The time now is 04:10 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"