Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Excel 2007 - RoundDown in Calculation?

I have a calculation setup in a column with no decimal points (whole
numbers only). The calculation results in the number being rounded
up. I would like the number to be round down to the whole digit
number (ie if the result is 23.78, I would like it round down to 23).
Below is a example of the current formula:

=SUM((220-F2)*0.9)

What do I have to add to this calculation to get it to round down.

Thanks
Charlie
************************************************** ****
Charliec
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Excel 2007 - RoundDown in Calculation?

Change the formula to:

=ROUNDDOWN(SUM((220-F2)*0.9),0)

and that will round it down to a whole number (i.e. 0 decimal places)

Rhiannon
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,091
Default Excel 2007 - RoundDown in Calculation?

Look at the functions INT, ROUNDDOWN and TRUNC to see which suits your
needs.
Your formula does not need SUM as this will work =(220-F2)*0.9

Tyro

"Charliec" wrote in message
...
I have a calculation setup in a column with no decimal points (whole
numbers only). The calculation results in the number being rounded
up. I would like the number to be round down to the whole digit
number (ie if the result is 23.78, I would like it round down to 23).
Below is a example of the current formula:

=SUM((220-F2)*0.9)

What do I have to add to this calculation to get it to round down.

Thanks
Charlie
************************************************** ****
Charliec



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Excel 2007 - RoundDown in Calculation?

Got it, worked like a charm.
Thanks a lot!
Charlie

On Thu, 10 Apr 2008 21:07:01 -0700, Rhiannon McKay wrote:


Change the formula to:

=ROUNDDOWN(SUM((220-F2)*0.9),0)

and that will round it down to a whole number (i.e. 0 decimal places)

Rhiannon

************************************************** ****
Charliec
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Excel 2007 - RoundDown in Calculation?



"Charliec" wrote:

Got it, worked like a charm.
Thanks a lot!
Charlie


Glad to be of help!

Rhiannon
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
Excel 2007 - Calculation Problems Alan Smith Excel Discussion (Misc queries) 12 December 14th 07 02:41 PM
Excel 2007 calculation bug fix T. Valko Excel Discussion (Misc queries) 0 October 10th 07 03:25 AM
Excel 2007 calculation bug fix T. Valko New Users to Excel 0 October 10th 07 03:25 AM
Excel 2007 calculation bug fix T. Valko Excel Worksheet Functions 0 October 10th 07 03:25 AM
rounddown jnf Excel Worksheet Functions 5 March 17th 06 01:16 PM


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