#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default EXCELL FORMULA

I am trying to create a work sheet that can do the following;


C29 is $245,000.00 Purchas price.

A 32 0- $5,000 take B32 25 % C32 $
1,250.
A33 $5001. to $50,000 take B33 10% C33 $ 5,000
A 34 $50,001 to 1,000,000. Take B34 5 % C34 $ 9,500
Total
C 35 15,750.00
..


Each time I take a % i I need to deduct the Maxium range amount from the
245,000.00.
Purchase Price until there is nothing to deduct.
Example

$ 245,000.00
-5,000.00 Max B32 25% C32 $1,200 (need
Formula)
-50,000.00 Max B33 10% C33 $5,000 (need
Formula
-190,000.00 MAX (that is left ) B34 5% C34 $9,500(need Formula

Does anyone know how to write this formula. I have been working on this for
hours I know I am missing a step.

I need a formula for C32_ C35
I am not sure if I need another cell to calculate the deducations.from the
Purchas price.

Thank you


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default EXCELL FORMULA


VERN C;216358 Wrote:
I am trying to create a work sheet that can do the following;


C29 is $245,000.00 Purchas price.

A 32 0- $5,000 take B32 25 % C32
$
1,250.
A33 $5001. to $50,000 take B33 10% C33 $
5,000
A 34 $50,001 to 1,000,000. Take B34 5 % C34 $
9,500
Total
C 35 15,750.00
..


Each time I take a % i I need to deduct the Maxium range amount
from the
245,000.00.
Purchase Price until there is nothing to deduct.
Example

$ 245,000.00
-5,000.00 Max B32 25% C32 $1,200
(need
Formula)
-50,000.00 Max B33 10% C33 $5,000
(need
Formula
-190,000.00 MAX (that is left ) B34 5% C34 $9,500(need
Formula

Does anyone know how to write this formula. I have been working on this
for
hours I know I am missing a step.

I need a formula for C32_ C35
I am not sure if I need another cell to calculate the
deducations.from the
Purchas price.

Thank you


If I understand correctly and your purchase price being in A1 ( b32 33
and 34 contain the percentage correct?)
c32 =min(5000,a1)*b32
c33=if(a1-50000,min(a1-5000,50000)*b33;0)
c34=if(a1-500000,(a1-50000)*b34,0)

You can also have the total result in one go
=sumproduct((a1{0,5000,50000})*(a1-{0,5000,50000})*(b32,b33-b32,b34-b33))

HTH


--
Pecoflyer

Cheers -
*'Membership is free' (http://www.thecodecage.com)* & allows file
upload -faster and better answers

*Adding your XL version* to your post helps finding solution faster
------------------------------------------------------------------------
Pecoflyer's Profile: http://www.thecodecage.com/forumz/member.php?userid=14
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=59425

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
excell formula can any one help TheHilife Excel Discussion (Misc queries) 3 June 23rd 07 12:31 PM
Excell convert formula row to formula column **Danny** Excel Worksheet Functions 1 January 14th 07 10:03 PM
how do I set up the following formula in excell. dmritter Excel Worksheet Functions 6 October 23rd 06 01:49 AM
formula - excell Corinna Excel Worksheet Functions 1 July 16th 06 12:03 PM
Excell formula Dustywm New Users to Excel 8 August 30th 05 02:03 AM


All times are GMT +1. The time now is 12:23 AM.

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"