Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 67
Default Calculating Sum - when numbers are rounded...

Okay, here's the problem... we have a large list of numbers that we have told
excel to round to the nearest 'one'. for example,

1.24753 rounded to 1
3.45879 rounded to 3
5.974531 rounded to 6

Now - we want to total these rounded numbers... in the case of the above
example, we need to have the sum calculate to 10...
however - the SUM is calculating with all of the decimals as well, so we are
ending up with 11.

I know in this example it doesn't seem like a big deal - but in a list of
over 400 numbers - you can imagine the number just doesn't work the way we
need it to...

What do we need to do differently to the formula - in order for it to
calculate the way we need it to?

Thanks!

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Calculating Sum - when numbers are rounded...

**Maybe** this:

=SUMPRODUCT(ROUND(A1:A3,0))

--
Biff
Microsoft Excel MVP


"klee" wrote in message
...
Okay, here's the problem... we have a large list of numbers that we have
told
excel to round to the nearest 'one'. for example,

1.24753 rounded to 1
3.45879 rounded to 3
5.974531 rounded to 6

Now - we want to total these rounded numbers... in the case of the above
example, we need to have the sum calculate to 10...
however - the SUM is calculating with all of the decimals as well, so we
are
ending up with 11.

I know in this example it doesn't seem like a big deal - but in a list of
over 400 numbers - you can imagine the number just doesn't work the way we
need it to...

What do we need to do differently to the formula - in order for it to
calculate the way we need it to?

Thanks!



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default Calculating Sum - when numbers are rounded...

How are you rounding? It sounds like you are formatting the number to 0
decimal places, but that doesn't change the underlying number. To round, you
need to use a formula like:

=round(yourformula,0)

Regards,
Fred.

"klee" wrote in message
...
Okay, here's the problem... we have a large list of numbers that we have
told
excel to round to the nearest 'one'. for example,

1.24753 rounded to 1
3.45879 rounded to 3
5.974531 rounded to 6

Now - we want to total these rounded numbers... in the case of the above
example, we need to have the sum calculate to 10...
however - the SUM is calculating with all of the decimals as well, so we
are
ending up with 11.

I know in this example it doesn't seem like a big deal - but in a list of
over 400 numbers - you can imagine the number just doesn't work the way we
need it to...

What do we need to do differently to the formula - in order for it to
calculate the way we need it to?

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
Footing rounded numbers G-man Excel Worksheet Functions 4 December 20th 07 11:21 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
ROUNDED NUMBERS IN FORMULA'S BING1080 Excel Discussion (Misc queries) 3 June 22nd 05 11:09 AM


All times are GMT +1. The time now is 05:33 PM.

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"