LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #5   Report Post  
Ron Coderre
 
Posts: n/a
Default

Here's another possible option.

For those times when you don't want to put round() formulas in all your cells:
1)Set the cell formats to display an appropriate number of decimal places.
2)Sum those cells using a variation of this formula:
=SUMPRODUCT(ROUND(A1:A10,2))
That function rounds each number to 2 decimal places before it is summed.

In my example, I put =1.004 in cells A1:A10 and set the format to 2 decimal
places
Each cell displays 1.00, but actuall contains 1.004.

Using A11: =Sum(A1:A10), I get 10.04

I want my total to be 10.00 (1.00x10)
Using A11: =SUMPRODUCT(ROUND(A1:A10,2)) I get 10.00.

Does that option help?

--
Regards,
Ron



 
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
Match Last Occurrence of two numbers and Return Date Sam via OfficeKB.com Excel Worksheet Functions 6 April 5th 05 12:40 PM
Count and Sum Total occurrances of two specific numbers Sam via OfficeKB.com Excel Worksheet Functions 10 March 29th 05 08:13 PM
incorrect totals using rounded numbers Alexis Excel Discussion (Misc queries) 1 March 23rd 05 11:19 PM
Converting Numbers to Text properly Shirley Munro Excel Discussion (Misc queries) 1 February 16th 05 03:01 PM
How can I stop Excel from displaying rounded numbers? Credit car. OldManP Excel Discussion (Misc queries) 3 December 8th 04 07:52 PM


All times are GMT +1. The time now is 08:31 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"