Backwards Calculation of Discount to Achieve a Certain Amount

PWH1968

New Member
Joined
Nov 10, 2022
Messages
12
Office Version
  1. 365
Platform
  1. Windows
  2. MacOS
Hi Everyone,

Ok here is my latest conundrum that I am hoping you can help me with as I am losing my mind (and there’s not much left!).

Basically what I am trying to do is to:
  • take a product list price and apply a % discount that has been negotiated with a customer (I’ve got that bit done); then
  • I will multiply the product price by a quantity and number of months to get a projected contract value (I’ve got bit done also)
However I have now found out that we need to pay a % levy of the contracted value (1%), which will obviously reduce the contract value which the business doesn’t want - but the customer has already been presented with the ‘price’.

So my challenge is, how do I calculate what additional discount I need to request from the business. I have tried to show this below:
 

Attachments

  • D0C728DE-6F15-47A8-9E15-DE8C3B81806A.jpeg
    D0C728DE-6F15-47A8-9E15-DE8C3B81806A.jpeg
    117.5 KB · Views: 8

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Thank you so much Dave - greatly appreciated
Sorry Dave another question based on this approach please.

What would the formulae be to calculate the difference between E4 to E3 (i.e.0.2020%) and then it to the figure from E3 but all in the same cell please?
 
Upvote 0
You can use Goal Seek
I list the steps of what you would do on row 4.
I describe what I did on row 6

select H6 which intially showed 4752 (see H4)
go to Data What-if Analysis Goal Seek
set value to 4800
by changing E6


T202211a.xlsm
BCDEFGHI
2UnitsMonths
3101002480.00%4,800.00initial
4101002480.00%4,800.001.00%4752revised
5
6101002479.80%4,848.481.00%4800
7
9f
Cell Formulas
RangeFormula
F3:F4,F6F3=B3*C3*D3*(1-E3)
H4,H6H4=F4*(1-G4)
 
Upvote 0
Solution
You can use Goal Seek
I list the steps of what you would do on row 4.
I describe what I did on row 6

select H6 which intially showed 4752 (see H4)
go to Data What-if Analysis Goal Seek
set value to 4800
by changing E6


T202211a.xlsm
BCDEFGHI
2UnitsMonths
3101002480.00%4,800.00initial
4101002480.00%4,800.001.00%4752revised
5
6101002479.80%4,848.481.00%4800
7
9f
Cell Formulas
RangeFormula
F3:F4,F6F3=B3*C3*D3*(1-E3)
H4,H6H4=F4*(1-G4)
Thank you yet again Dave - you are a life saver :)
 
Upvote 0

Forum statistics

Threads
1,214,638
Messages
6,120,676
Members
448,977
Latest member
moonlight6

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