I do jobs ranging from $200 - $200,000. I am trying to figure out a way to scale a discount appropriately, but can't seem to find the right formula. I asked AI and it brought up a base discount and scale factor, but it isn't working. Nothing beats real people who have solved the problem before. With my formula, I want to offer a 5% discount as a base, no matter the size, just to show something. But as the job gets bigger, I can afford to give more discount, but i have found that 25% discount seems to be my cap until I hit the $100k mark and then i do a discount based on time it will take and every one of those jobs is unique. So i am trying to appeal to the masses. That said, back to the 5% base, I have normally done:
$0-$5k is 5%
$5k-$10k is 10%
$10k-$15k is 15%
$15k-$25k is 25%
$25k+ is per job basis.
However, the issue i am running into is that when someone is barely at $9800 and they add a small thing, the discount jumps and they get it cheaper than without the thing. which isn't the end of the world. But it tends to annoy customers that it is cheaper to buy more and they seem put off by it. So i want to come up with a scale that makes the discount never fall below the previous brackets max discount.
So, for example:
Someone who spends $14,999 would be discounted to $12,749.15
But someone who spends $15,001 would be discounted to $11,250.75
and that doesn't make sense to me or my customer. I find myself juggling a whole bunch of numbers making sure everything "seems" right and it is tedious and exhausting.
I am over simplifying my formulas right now to check the answers, they will be condensed in the final version. But i will post an example to show where I am at on this iteration.
Other Formulas I have tried and Didn't seem to work, Unless I messed something up
=MAX(F2, MIN(H2, SUM(FILTER(B$2:B2, LTE(A$2:A2, A2)))))
=MAX( B2 * (1 - (F2 + G2 * MAX(0, A2 - 1))), IF(A2 > 1, OFFSET(C2, -1, 0), B2))
Both of these were AI generated and didn't give me the result I wanted. Also, the spreadsheet was smaller with only Quantity, Original Price, Discount Price as columns. So the formulas wont make sense in my current run as i changed it so i could visualize each stage.
I really hope I made sense and someone out there can help me figure this out.
Thank you for your time and any help you can give will be much appreciated.
$0-$5k is 5%
$5k-$10k is 10%
$10k-$15k is 15%
$15k-$25k is 25%
$25k+ is per job basis.
However, the issue i am running into is that when someone is barely at $9800 and they add a small thing, the discount jumps and they get it cheaper than without the thing. which isn't the end of the world. But it tends to annoy customers that it is cheaper to buy more and they seem put off by it. So i want to come up with a scale that makes the discount never fall below the previous brackets max discount.
So, for example:
Someone who spends $14,999 would be discounted to $12,749.15
But someone who spends $15,001 would be discounted to $11,250.75
and that doesn't make sense to me or my customer. I find myself juggling a whole bunch of numbers making sure everything "seems" right and it is tedious and exhausting.
I am over simplifying my formulas right now to check the answers, they will be condensed in the final version. But i will post an example to show where I am at on this iteration.
Other Formulas I have tried and Didn't seem to work, Unless I messed something up
=MAX(F2, MIN(H2, SUM(FILTER(B$2:B2, LTE(A$2:A2, A2)))))
=MAX( B2 * (1 - (F2 + G2 * MAX(0, A2 - 1))), IF(A2 > 1, OFFSET(C2, -1, 0), B2))
Both of these were AI generated and didn't give me the result I wanted. Also, the spreadsheet was smaller with only Quantity, Original Price, Discount Price as columns. So the formulas wont make sense in my current run as i changed it so i could visualize each stage.
I really hope I made sense and someone out there can help me figure this out.
Thank you for your time and any help you can give will be much appreciated.
Retail Price | Base Discount | Scaling Discount | Total Discount | Discounted Price | Discount Percentage | Base Discount | Scale Factor | Max Discount | |
.5% | 001 | 25% | |||||||
2000 | =sum(A3*$H$2) | =Sum(B3*$I$2) | =sum(B3:C3) | =A3-D3 | =sum(D3/A3) | ||||
4900 | |||||||||
5001 |