Here is the issue. There is a tiered cost associated with hours.
Any help would be appreciated.
In column a the first 60 hours cost $100.00 per hour.
The next 100 cost 75.00 per hour.
anything after that costs 60.00 per hour.
(Column b should read = $17,400.00)
a b
Hours Charge
1 225 =sum(?
Derek,
Try:
=MIN(A1,60)*100 (MIN(A1,160)-MIN(A1,60))*75 MAX(A1-160,0)*60
HTH,
Ryan
quot;Derek Borckmannquot; wrote:
gt; Here is the issue. There is a tiered cost associated with hours.
gt;
gt; Any help would be appreciated.
gt;
gt; In column a the first 60 hours cost $100.00 per hour.
gt; The next 100 cost 75.00 per hour.
gt; anything after that costs 60.00 per hour.
gt;
gt; (Column b should read = $17,400.00)
gt;
gt; a b
gt; Hours Charge
gt; 1 225 =sum(?
gt;
gt;
gt;
Hi!
Try this:
=SUMPRODUCT(--(A1gt;{0;60;160}),(A1-{0;60;160}),{100;-25;-15})
For more info, see:
mcgimpsey.com/excel/variablerate.html
Biff
quot;Derek Borckmannquot; gt; wrote in message
...
gt; Here is the issue. There is a tiered cost associated with hours.
gt;
gt; Any help would be appreciated.
gt;
gt; In column a the first 60 hours cost $100.00 per hour.
gt; The next 100 cost 75.00 per hour.
gt; anything after that costs 60.00 per hour.
gt;
gt; (Column b should read = $17,400.00)
gt;
gt; a b
gt; Hours Charge
gt; 1 225 =sum(?
gt;
gt;
- Jun 22 Fri 2007 20:38
Tiered Calculation
close
全站熱搜
留言列表
發表留言