Need some help a formula Please

Get_Involved

Active Member
Joined
Jan 26, 2007
Messages
383
I have cost of $100.00, I need a 10% profit = $110.00. total selling price.

I have a 35% lease agreement that reduces $110.00 to $71.50.

I have tried to merge these two formulas to accomplish, a formula that will tell me what profit I need to make for my total selling price, to be the same after the lease deducted.

Code:
 =SUM(111.11-100)/100

Code:
 =SUM(100*0.1+100

Without the lease being charged back in extra percentage to compensate for the lease.

Hope this makes sense

Thanks in advance
Bill
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Does this help?


Excel 2010
ABCDE
1CostProfit %Selling $Lease %Final Amt
2100.0010%110.0035%71.50
3500.0010%550.0035%357.50
4750.0015%862.5040%517.50
Sheet6
Cell Formulas
RangeFormula
C2=A2*(1+B2)
E2=C2*(1-D2)
 
Upvote 0
kweaver

Thanks for the response.

That I know, in reality the lease is part of my expense.

What I am trying to find is a formula the to tell me what extra to add to my profit of 10%, so when the lease .35% is deducted from my cost 100 + 10% = 110.00.

110.00 * .35 = 43.75 lease

I need to count that as my expense, but not added back into the Lease, because that just makes more coming from my 110.00.

Hope i am making sense.
 
Upvote 0
I don't understand, sorry. Especially, since 110*0.35 = 38.50 and not 43.75
 
Upvote 0
sorry I hit the wrong key. You are correct

if you tell me what part it is yo don't understand, because I am not very good at explaining this formula stuff.
 
Upvote 0
Is this what you mean?

Excel Workbook
AB
1CostSelling Price
2100169.23
3500846.15
47501269.23
Selling Price
 
Upvote 0
I thought you were looking for the Final Amt that I calculated in my example in column E.
Are my five columns correct for what you wanted? If so, what is missing that you also need? Do you want to show the 38.50 somewhere?


Excel 2010
ABCDEF
1CostProfit %Selling $Lease %Final AmtLease Amt
2100.0010%110.0035%71.50169.23
3500.0010%550.0035%357.50846.15
4750.0015%862.5040%517.501437.50
Sheet6
Cell Formulas
RangeFormula
E2=C2*(1-D2)
F2=C2/(1-D2)
C2=A2*(1+B2)
 
Last edited:
Upvote 0
Kweaver

Yes I need to get that 38.50 back into Your E2 to make it 110.00

Without making the lease greater than the original 38.50 after placing it into E2

I think to deep don't I
 
Upvote 0
Like this?


Excel 2010
ABCDE
1CostProfit %Selling $Lease %Final Amt
2100.0010%110.0035%38.50
3500.0010%550.0035%192.50
4750.0015%862.5040%345.00
Sheet6
Cell Formulas
RangeFormula
C2=A2*(1+B2)
E2=C2*D2
 
Upvote 0
I have cost of $100.00, I need a 10% profit = $110.00. total selling price.

I have a 35% lease agreement that reduces $110.00 to $71.50.

I have tried to merge these two formulas to accomplish, a formula that will tell me what profit I need to make for my total selling price, to be the same after the lease deducted.
Hmm, I thought this meant that after 35% was deducted from the selling price, you still made your 10% profit.

So in my first example, if you sold for 169.23 and deducted 35% of that (59.23) you would end up with 110.00 which still gives you the 10% profit on your cost of 100

It looks like I may have misunderstood?
 
Last edited:
Upvote 0

Forum statistics

Threads
1,213,536
Messages
6,114,205
Members
448,554
Latest member
Gleisner2

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top