Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bearkm02
 
Posts: n/a
Default How do I create a formula for multiple levels of discounts?

I am trying to create a pricing sheet that will include a cell for discount
percentages. The criteria a if material in square inches (cell D18) is
between 288 and 288 square inches, then a disount of 10% is subtracted from
the subtotal. If material in cell D18 is greater than 488 square inches,
then a disount of 15% is subtracted from the subtotal. I am a novice at
this, so I need some help from the experts.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default How do I create a formula for multiple levels of discounts?


I am assuming you made a typo and that you want

less than 288 no discounts
greater than or equal to 288 AND less than 488 10% discount
greater than or equal to 488 15%

I assume that subtotal amount is in E18

then something like this

=E18*(1-IF(D18="",0,LOOKUP(D18,{0;288;488},{0;0.1;0.15})))


--

Regards,

Peo Sjoblom

Northwest Excel Solutions

www.nwexcelsolutions.com

(remove ^^ from email address)

Portland, Oregon

"bearkm02" wrote in message
...
I am trying to create a pricing sheet that will include a cell for discount
percentages. The criteria a if material in square inches (cell D18) is
between 288 and 288 square inches, then a disount of 10% is subtracted
from
the subtotal. If material in cell D18 is greater than 488 square inches,
then a disount of 15% is subtracted from the subtotal. I am a novice at
this, so I need some help from the experts.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bpeltzer
 
Posts: n/a
Default How do I create a formula for multiple levels of discounts?

The discount % can be calculated as =if(d2=488,15%,if(d2=288,10%,0))
(you may want to adjust the = inequalities to , dpending on precisely
where you want the discount to kick in). BTW, this assumes that the
discount, if applicable, applies back to the first square inch.
--Bruce

"bearkm02" wrote:

I am trying to create a pricing sheet that will include a cell for discount
percentages. The criteria a if material in square inches (cell D18) is
between 288 and 288 square inches, then a disount of 10% is subtracted from
the subtotal. If material in cell D18 is greater than 488 square inches,
then a disount of 15% is subtracted from the subtotal. I am a novice at
this, so I need some help from the experts.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Niek Otten
 
Posts: n/a
Default How do I create a formula for multiple levels of discounts?

<this assumes that the discount, if applicable, applies back to the first square inch.

But if this is not the case, look he

http://www.mcgimpsey.com/excel/variablerate.html


--
Kind regards,

Niek Otten

"bpeltzer" wrote in message ...
The discount % can be calculated as =if(d2=488,15%,if(d2=288,10%,0))
(you may want to adjust the = inequalities to , dpending on precisely
where you want the discount to kick in). BTW, this assumes that the
discount, if applicable, applies back to the first square inch.
--Bruce

"bearkm02" wrote:

I am trying to create a pricing sheet that will include a cell for discount
percentages. The criteria a if material in square inches (cell D18) is
between 288 and 288 square inches, then a disount of 10% is subtracted from
the subtotal. If material in cell D18 is greater than 488 square inches,
then a disount of 15% is subtracted from the subtotal. I am a novice at
this, so I need some help from the experts.



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
How do I create a 26 'tier' IF formula? callum Excel Discussion (Misc queries) 5 October 23rd 05 04:48 PM
How can I create a formula for Salutation cs_vision Excel Discussion (Misc queries) 6 October 8th 05 12:31 AM
Create Formula for calculating Little League Age... Brent Excel Worksheet Functions 1 September 21st 05 01:19 AM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
In two workbooks, how do I create a formula that will look at a o. socaldave469 Excel Discussion (Misc queries) 1 April 22nd 05 10:01 PM


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