Direct Formula

R

Rechie

What is the formula for below equation?
Qty Order=2
Unit Price=USD 100
Discount=5% (less)
Freight Chrgs=2% (add)
Net Amount=?

In single range I type, =2*100-(2*100*5%)+(2*100-(2*100*5%)*2%)

Can you simplify this formula?

Thanks.

Rechie
 
S

smartin

Rechie said:
What is the formula for below equation?
Qty Order=2
Unit Price=USD 100
Discount=5% (less)
Freight Chrgs=2% (add)
Net Amount=?

In single range I type, =2*100-(2*100*5%)+(2*100-(2*100*5%)*2%)

Can you simplify this formula?

Thanks.

Rechie

From the ground-up I would think it's

Net=Qty*UnitPrice*(1-Discount)*(1+Freight)

I'm too lazy to see if your formula simplifies to the same.
 
S

Stefi

=2*100*(2-5%*(1+2%)) = 389.8
=2*100-(2*100*5%)+(2*100-(2*100*5%)*2%) = 389.8
Regards,
Stefi

„Rechie†ezt írta:
 
R

Rechie

Hi Stefi,

Thanks, but if I will compute it manually the results is different:

2*100 =200
Discount 5% = 10 (less)
Freight Chrgs 2% = 4 (add)
 
R

Ron Rosenfeld

What is the formula for below equation?
Qty Order=2
Unit Price=USD 100
Discount=5% (less)
Freight Chrgs=2% (add)
Net Amount=?

In single range I type, =2*100-(2*100*5%)+(2*100-(2*100*5%)*2%)

Can you simplify this formula?

Thanks.

Rechie


=Qty*Unit_Price*(1-Discount+Freight)

or, in your terms

=2*100*(1-5%+2%)

--ron
 
R

Rechie

It's working, Thanks!

smartin said:
From the ground-up I would think it's

Net=Qty*UnitPrice*(1-Discount)*(1+Freight)

I'm too lazy to see if your formula simplifies to the same.
.
 
D

David Biddulph

It's interesting that you say "It's working, thanks!" in response to this
formula, but also in response to the alternative suggestion, which is
effectively
=2*100*(1-5%)*(1+2%)

They give different answers, so you'll have to decide which you want, but
the latter would be more usual.

Your formula, of course, gave a totally different answer, of the order of
twice the correct answer, so congratulations if you can persuade your
customers to pay that much. :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top