A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

eliminating decimal places



 
 
Thread Tools Display Modes
  #1  
Old March 19th, 2010, 03:02 PM posted to microsoft.public.excel.newusers
Catherine[_6_]
external usenet poster
 
Posts: 1
Default eliminating decimal places

On an excel spreadsheet downloaded from an external source there are eight
decimal places in the numbers. If I format to two decimals it displays the
number with two decimals but still keeps the eight decimals when in the cell.
This makes it difficult to upload the info into our ERP system as that system
rounds differently. How can I permanently get rid of the extra decimals?
  #2  
Old March 19th, 2010, 03:17 PM posted to microsoft.public.excel.newusers
Gord Dibben
external usenet poster
 
Posts: 20,252
Default eliminating decimal places

Set Calculation options to "precision as displayed"

Not this a workbook setting and will affect all numbers.

There is no returning after numbers have changed.


Gord Dibben MS Excel MVP

On Fri, 19 Mar 2010 08:02:01 -0700, Catherine wrote:

On an excel spreadsheet downloaded from an external source there are eight
decimal places in the numbers. If I format to two decimals it displays the
number with two decimals but still keeps the eight decimals when in the cell.
This makes it difficult to upload the info into our ERP system as that system
rounds differently. How can I permanently get rid of the extra decimals?


  #3  
Old March 21st, 2010, 09:34 AM posted to microsoft.public.excel.newusers
[email protected]
external usenet poster
 
Posts: 2
Default eliminating decimal places

On Mar 19, 3:02*pm, Catherine wrote:
On an excel spreadsheet downloaded from an external source there are eight
decimal places in the numbers. If I format to two decimals it displays the
number with two decimals but still keeps the eight decimals when in the cell.
This makes it difficult to upload the info into our ERP system as that system
rounds differently. How can I permanently get rid of the extra decimals?


If you don't wish to change the whole workbook, then perhaps you could
try using =round([range],2).
If you wish to convert just one sheet, then use this function in all
of the equivalent cells in a new sheet, i.e. try making NewSheet!A1
=round(OldSheet!A1,2) and so on.

If your rounding system requires a different direction, then perhaps
try =roundup(...,...) or =rounddown(...,...).
  #4  
Old March 21st, 2010, 09:37 AM posted to microsoft.public.excel.newusers
[email protected]
external usenet poster
 
Posts: 2
Default eliminating decimal places

On Mar 21, 9:34*am, "
wrote:
On Mar 19, 3:02*pm, Catherine wrote:

On an excel spreadsheet downloaded from an external source there are eight
decimal places in the numbers. If I format to two decimals it displays the
number with two decimals but still keeps the eight decimals when in the cell.
This makes it difficult to upload the info into our ERP system as that system
rounds differently. How can I permanently get rid of the extra decimals?


If you don't wish to change the whole workbook, then perhaps you could
try using =round([range],2).
If you wish to convert just one sheet, then use this function in all
of the equivalent cells in a new sheet, i.e. try making NewSheet!A1
=round(OldSheet!A1,2) and so on.

If your rounding system requires a different direction, then perhaps
try =roundup(...,...) or =rounddown(...,...).


Sorry - line 8 SHOULD SAY "try using =round(range,2)".
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 02:55 AM.


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