Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
CCB AA
 
Posts: n/a
Default Convert to # in Thousands

Spreadsheet - for calculations, I need to convert numbers like 160,953,000
and 161,524,619 to 160,953 and 161,525 -- Customized changed the appearance
of the number but not the number itself
  #2   Report Post  
JulieD
 
Posts: n/a
Default

Hi

using Round
e.g.
=ROUND(A1,-3)/1000

with your value in A1 or
=ROUND(160953000,-3)/1000

Cheers
JulieD

"CCB AA" wrote in message
...
Spreadsheet - for calculations, I need to convert numbers like 160,953,000
and 161,524,619 to 160,953 and 161,525 -- Customized changed the
appearance
of the number but not the number itself



  #3   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

You could use a help column and

=ROUND(A1/1000,0)

then copy and paste special as values

or put 1000 in a cell, copy it, select the numbers,
do editpaste special and select divide, then while still selected
do formatcellsnumber, select zero decimal places
finally do toolsoptionscalculation and select precision as displayed.
Then turn it off again. I would probably do this first on a copy of the
workbook



Regards,

Peo Sjoblom

"CCB AA" wrote:

Spreadsheet - for calculations, I need to convert numbers like 160,953,000
and 161,524,619 to 160,953 and 161,525 -- Customized changed the appearance
of the number but not the number itself

  #4   Report Post  
Gord Dibben
 
Posts: n/a
Default

Enter 1000 in a cell.

Copy that cell.

Select cells to convert.

EditPaste SpecialDivideOKEsc.

Format cells to no decimal places.

Gord Dibben Excel MVP

On Wed, 22 Dec 2004 08:25:07 -0800, CCB AA
wrote:

Spreadsheet - for calculations, I need to convert numbers like 160,953,000
and 161,524,619 to 160,953 and 161,525 -- Customized changed the appearance
of the number but not the number itself


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
convert decimal number to time : convert 1,59 (minutes, dec) to m agenda9533 Excel Discussion (Misc queries) 8 January 20th 05 10:24 PM
Convert Numeric into Text Monty Excel Worksheet Functions 0 December 18th 04 09:25 PM
Convert Time...!convert tenths of a second Pape Excel Discussion (Misc queries) 2 December 16th 04 10:17 AM
Is there a formula to convert numbers to written text in Excel? LZC Excel Worksheet Functions 3 November 27th 04 08:10 PM
convert 100 minute hour to a 60 minute hour Todd Excel Worksheet Functions 1 November 15th 04 06:14 PM


All times are GMT +1. The time now is 11:07 AM.

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

About Us

"It's about Microsoft Excel"