#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default ROUNDING DOWN

Hi,

I want to round down a calculation such as =SUM(D6)-(D6*15%) so that no
matter what the decimal value is it will always round down.

Any assistance wuld be appreciated
--
Paul Webster
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 117
Default ROUNDING DOWN

Paul,

Use the "INT" function.

Steve



"Paul Webster" wrote in message
...
Hi,

I want to round down a calculation such as =SUM(D6)-(D6*15%) so that no
matter what the decimal value is it will always round down.

Any assistance wuld be appreciated
--
Paul Webster


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,059
Default ROUNDING DOWN

"Paul Webster" wrote:
I want to round down a calculation such as =SUM(D6)-(D6*15%) so
that no matter what the decimal value is it will always round down.


Round down to what: an integer number?

If so, use one of the following:

=INT(D6-D6*15%)

=ROUNDDOWN(D6-D6*15%,0)

They differ when rounding down negative numbers. For example, INT(-1.5)
is -2, whereas ROUNDDOWN(-1.5,0) is -1.

PS: You probably do not need to use SUM. It would be useful only if D6
might be "" (null string). But in that case, N(D6) would be more
straight-forward (less likely to evoke disapproving comments), and
=N(D6)*(1-15%) would be more correct.


----- original message -----

"Paul Webster" wrote in message
...
Hi,

I want to round down a calculation such as =SUM(D6)-(D6*15%) so that no
matter what the decimal value is it will always round down.

Any assistance wuld be appreciated
--
Paul Webster


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default ROUNDING DOWN

Thanks Joe,

I tried both INT and ROUNDDOWN and they both work a treat - I have chosen to
go with ROUNDDOWN as it is self explanatory when I look at it again in the
future - once again thanks
--
Paul Webster


"JoeU2004" wrote:

"Paul Webster" wrote:
I want to round down a calculation such as =SUM(D6)-(D6*15%) so
that no matter what the decimal value is it will always round down.


Round down to what: an integer number?

If so, use one of the following:

=INT(D6-D6*15%)

=ROUNDDOWN(D6-D6*15%,0)

They differ when rounding down negative numbers. For example, INT(-1.5)
is -2, whereas ROUNDDOWN(-1.5,0) is -1.

PS: You probably do not need to use SUM. It would be useful only if D6
might be "" (null string). But in that case, N(D6) would be more
straight-forward (less likely to evoke disapproving comments), and
=N(D6)*(1-15%) would be more correct.


----- original message -----

"Paul Webster" wrote in message
...
Hi,

I want to round down a calculation such as =SUM(D6)-(D6*15%) so that no
matter what the decimal value is it will always round down.

Any assistance wuld be appreciated
--
Paul Webster



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default ROUNDING DOWN

Thanks Steve,

I tried both INT and ROUNDDOWN and they both worked a treat, however, I have
chosen to go with ROUNDDOWN as it is self explanatory when I look at it again
in the future - old age and bad memory!!. once again thanks - its people like
you that make things easier for people like me keep up the good work

Paul


"Steve Yandl" wrote:

Paul,

Use the "INT" function.

Steve



"Paul Webster" wrote in message
...
Hi,

I want to round down a calculation such as =SUM(D6)-(D6*15%) so that no
matter what the decimal value is it will always round down.

Any assistance wuld be appreciated
--
Paul Webster



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
ROUNDING FORMULA =ROUND(B12/$B$10,1) ROUNDING TO HIGH SunshineinFt.Myers[_2_] Excel Worksheet Functions 7 March 5th 09 06:41 PM
I need a formula with rounding up & rounding down to the nearest . Tony Kay Excel Worksheet Functions 3 May 29th 07 11:13 PM
Rounding .01 to 1 instead of 0 [email protected] Excel Discussion (Misc queries) 3 August 15th 06 06:06 PM
Rounding to 5.0 or 0.0 mgtyper Excel Discussion (Misc queries) 6 August 12th 06 04:43 PM
Rounding or not rounding Connie Martin Excel Worksheet Functions 6 April 10th 06 06:24 PM


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