A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

ROUNDDOWN



 
 
Thread Tools Display Modes
  #1  
Old November 2nd, 2009, 11:32 PM posted to microsoft.public.excel.newusers
Dan Hoffman
external usenet poster
 
Posts: 1
Default ROUNDDOWN

I'm trying to get two numbers to ROUNDDOWN.
I can get the 1st number to ROUNDDOWN but I can't
get the second number to ROUNDDOWN.

I want to enter 3119 into cell B1 and enter 21 into cell C1

I want the number in cell D1 to ROUNDDOWN to 148, so
I've entered =ROUNDDOWN(B1/C1,0) and I get 148.5
Rounded Down to 148.

Now I need cell A1 to do as follows:

190 is my base, so I need 190 - D1 (which was 148) to equal 42
then I need 75% of 42 Rouned Down to 31 not 31.5. I got this
by entering the following: =ROUNDDOWN(190-D1,0)*0.75

Any help would be wonderful!
  #3  
Old November 3rd, 2009, 01:17 AM posted to microsoft.public.excel.newusers
FloMM2
external usenet poster
 
Posts: 189
Default ROUNDDOWN

Dan,
This is a soutio that I tried and it worked:
"=ROUNDDOWN(ROUNDDOWN(190-D1,0)*0.75,0)"
and I got 31.
hth

"Dan Hoffman" wrote:

I'm trying to get two numbers to ROUNDDOWN.
I can get the 1st number to ROUNDDOWN but I can't
get the second number to ROUNDDOWN.

I want to enter 3119 into cell B1 and enter 21 into cell C1

I want the number in cell D1 to ROUNDDOWN to 148, so
I've entered =ROUNDDOWN(B1/C1,0) and I get 148.5
Rounded Down to 148.

Now I need cell A1 to do as follows:

190 is my base, so I need 190 - D1 (which was 148) to equal 42
then I need 75% of 42 Rouned Down to 31 not 31.5. I got this
by entering the following: =ROUNDDOWN(190-D1,0)*0.75

Any help would be wonderful!

  #4  
Old November 4th, 2009, 09:08 PM posted to microsoft.public.excel.newusers
teylyn
external usenet poster
 
Posts: 4
Default ROUNDDOWN

Hi,

since you want to round down the result of the calculation

(190-D1)*0.75

you have to put the whole formula inside the rounddown function, like this

=ROUNDDOWN((190-D1)*0.75,0)

Does that help?

"Dan Hoffman" wrote:

I'm trying to get two numbers to ROUNDDOWN.
I can get the 1st number to ROUNDDOWN but I can't
get the second number to ROUNDDOWN.

I want to enter 3119 into cell B1 and enter 21 into cell C1

I want the number in cell D1 to ROUNDDOWN to 148, so
I've entered =ROUNDDOWN(B1/C1,0) and I get 148.5
Rounded Down to 148.

Now I need cell A1 to do as follows:

190 is my base, so I need 190 - D1 (which was 148) to equal 42
then I need 75% of 42 Rouned Down to 31 not 31.5. I got this
by entering the following: =ROUNDDOWN(190-D1,0)*0.75

Any help would be wonderful!

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 04:33 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.