Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / November 2006

Tip: Looking for answers? Try searching our database.

calculate discounts on lower fees

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
aw49 - 06 Nov 2006 05:17 GMT
I have 3 amounts and I need to calculate a discount on the 2nd and 3rd lowest
fees.  They may all be the same amount or they may be different.  There may
only be 1 amount in which case there is no discount.  Any suggestions?
Bob Phillips - 06 Nov 2006 11:47 GMT
Use the SMALL function

=SMALL(A1:A10,2)

etc.

Signature

HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

> I have 3 amounts and I need to calculate a discount on the 2nd and 3rd lowest
> fees.  They may all be the same amount or they may be different.  There may
> only be 1 amount in which case there is no discount.  Any suggestions?
aw49 - 06 Nov 2006 15:10 GMT
Thanks, I get that but how do I get to the next step and figure the discount?

                 A1               B1        C1          D1
sub tot       1000        2000        500         0
5%dis

Now I need to choose the 2nd, 3rd,4th lowest sub totals and apply 5%
discount on each and then reduce the subtotals by the discount.  I want to
ignore the highest and the zero.  It is possible for all 4 to be the same
amount in which case 3 out of 4 get a discount.
Also, if there is only 1 sub tot then no calculation necessary.

Any advice?

> Use the SMALL function
>
[quoted text clipped - 7 lines]
> may
> > only be 1 amount in which case there is no discount.  Any suggestions?
Roger Govier - 06 Nov 2006 17:06 GMT
Hi

Try
=IF(A2=0,A2,
IF(COUNT($A$2:$D$2)<2,A2,
IF(A2<=SMALL($A$2:$D$2,COUNTIF($A$2:$D$2,"=0")+3),A2*0.95.A2)))

Signature

Regards

Roger Govier

> Thanks, I get that but how do I get to the next step and figure the
> discount?
[quoted text clipped - 27 lines]
>> > only be 1 amount in which case there is no discount.  Any
>> > suggestions?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.