Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
ALG ALG is offline
external usenet poster
 
Posts: 1
Default How to round & sum only the displayed (rounded) numbers

I have rounded some numbers to the thousands digits. I need help finding a
formula that rounds the displayed (rounded thousands) digits. Everything I
try only calculates it based on the unrounded numbers and as such many sum
numbers are off by 1 (or really 1,000). Any help would be awesome! thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,651
Default How to round & sum only the displayed (rounded) numbers

On Fri, 19 Feb 2010 06:57:01 -0800, ALG wrote:

I have rounded some numbers to the thousands digits. I need help finding a
formula that rounds the displayed (rounded thousands) digits. Everything I
try only calculates it based on the unrounded numbers and as such many sum
numbers are off by 1 (or really 1,000). Any help would be awesome! thanks


It sounds as if you did NOT really round the numbers, but rather just changed
the formatting in the cells. To ROUND a number, you need to use the ROUND
function, or equivalent.

e.g.

A1: =your_formula

vs

A1: =ROUND(your_formula,2)

--ron
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
PJ PJ is offline
external usenet poster
 
Posts: 112
Default How to round & sum only the displayed (rounded) numbers

To round thousands in the way you seem to want to you can use this formula:
=ROUND(A1,-3)/1000.
This will round , for example, 1200 to 1 and 1650 to 2 and 32559 to 33.
You can then use these numbers in your calculations.

"ALG" wrote:

I have rounded some numbers to the thousands digits. I need help finding a
formula that rounds the displayed (rounded thousands) digits. Everything I
try only calculates it based on the unrounded numbers and as such many sum
numbers are off by 1 (or really 1,000). Any help would be awesome! thanks

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
add rounded numbers using the rounded value Ruth Excel Discussion (Misc queries) 2 February 8th 10 07:59 PM
ROUNDED NUMBERS rajaiy Excel Worksheet Functions 2 January 28th 09 02:15 PM
Subtracting Rounded Numbers boya716 Excel Discussion (Misc queries) 6 November 7th 07 02:38 PM
numbers being rounded intemporal New Users to Excel 1 January 4th 06 09:44 PM
how do i add rounded numbers? echase Excel Discussion (Misc queries) 4 November 12th 05 06:42 PM


All times are GMT +1. The time now is 12:41 PM.

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"