Forum Discussion
Steviep23
May 02, 2023Copper Contributor
Mark up calculator
I am not great at this. I want to start with a cost of a product $100 A5
add my over head variable say of 10% and show various profit margin % 0-100% What is the formula that should be in the C column
Spread sheet to look something like this.
A | B | C |
Cost should include any fees (tax/shipping) | Margin | Amount to Bill |
$ 100.00 | ||
20% | ||
15% | ||
Profit /Overhead | 10% | $122 |
10.00% | 5% | |
0% | $110 |
Thank you for your a help.
1 Reply
Sort By
- mathetesSilver Contributor
If I understand you correctly, here's one approach. You could adapt the formula (or modify it) to fit other layouts. I did this for modeling in a "what-if?" kind of way, where you can change any of the variables in cells A2, B2 and C2. The formula in D2 is
=A2*(1+B2)*(1+C2)
The result looks like this with the variables shown