jdizzle1337
New member
- Joined
- Nov 19, 2012
- Messages
- 1
I need to construct a simple profit calculator, only 3 variables are involved. I do not have any experience with writing spreadsheet formulas so I want to see if anyone here can help me.
Data:
I have developed a 3 variable equation, first and foremost can you guys please check my equations and confirm they are mathematically accurate....they should be, I plugged some numbers and they seemed to work.
p = .85s - c
My profit (p) equals 85% of my sale price (s) minus the cost (c) of the item.
therefore
s = (p + c) / .85
My sale price (s) equals my profit (p) and the cost (c) added together, then divided by 85%
therefore
c = .85s - p
My cost (c) is equal to 85% of my sale price (s) minus my profit (p)
Spreadsheet
I want to create a spreadsheet with a single field where I can plug in my cost (c), and then a few fields that say to make 10,20,30,etc profit (p) you need to set a sale price (s) of _____. This way I can just plug in my cost and the calculator tells me exactly how to price my item to get a specific amount of profit. The only modifier to my sale price (s) is that there is a 15% tax subtracted from it.
As an added bonus I know cost (c) is always a negative number, how can I make the spreadsheet formula automatically convert the number put into the "c" field into the inverse of the number entered?
Any help you guys can provide would be much appreciated. I know this problem is not super complex but I cant find any tutorials that construct the calculator this way, most seem to involve applying a profit margin, or subtracting a bunch of other costs and fees, etc which I am not interested in.
Data:
I have developed a 3 variable equation, first and foremost can you guys please check my equations and confirm they are mathematically accurate....they should be, I plugged some numbers and they seemed to work.
p = .85s - c
My profit (p) equals 85% of my sale price (s) minus the cost (c) of the item.
therefore
s = (p + c) / .85
My sale price (s) equals my profit (p) and the cost (c) added together, then divided by 85%
therefore
c = .85s - p
My cost (c) is equal to 85% of my sale price (s) minus my profit (p)
Spreadsheet
I want to create a spreadsheet with a single field where I can plug in my cost (c), and then a few fields that say to make 10,20,30,etc profit (p) you need to set a sale price (s) of _____. This way I can just plug in my cost and the calculator tells me exactly how to price my item to get a specific amount of profit. The only modifier to my sale price (s) is that there is a 15% tax subtracted from it.
As an added bonus I know cost (c) is always a negative number, how can I make the spreadsheet formula automatically convert the number put into the "c" field into the inverse of the number entered?
Any help you guys can provide would be much appreciated. I know this problem is not super complex but I cant find any tutorials that construct the calculator this way, most seem to involve applying a profit margin, or subtracting a bunch of other costs and fees, etc which I am not interested in.