Calculate price from GM %

matthew barber

New Member
Joined
Jan 31, 2019
Messages
4
I’m currently working on a worksheet with over 2000 products. Try as I might I cannot work out the formula required (or if it’s even possible) to quickly complete the task in hand without going through line by line.

I already have the cost of the product in the table. Is there anyway of entering a formula in the price column that calculates price from a desired GM %?

eg.

C3 - Price = ???
D3 - Cost = £0.92
F3 -Margin = 31.85%

Thanks
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
Assuming Price = Cost/(1 - GM)
Excel Workbook
CDE
2PriceCostGM
31.350.9231.85%
Sheet1
 
Upvote 0
Assuming Price = Cost/(1 - GM)
Sheet1

CDE
2PriceCostGM
31.350.9231.85%

<colgroup><col style="font-weight:bold; width:30px; "><col style="width:64px;"><col style="width:64px;"><col style="width:64px;"></colgroup><tbody>
</tbody>

Spreadsheet Formulas
CellFormula
C3=ROUND(D3/(1-E3),2)

<tbody>
</tbody>

<tbody>
</tbody>


Excel tables to the web >> Excel Jeanie HTML 4

Thsnks for reply.. not sure what I’m doing wrong? Your price is correct above. But when I enter formula on excel that you have provided, price shows as 1.61 on my worksheet?
 
Upvote 0
Thsnks for reply.. not sure what I’m doing wrong? Your price is correct above. But when I enter formula on excel that you have provided, price shows as 1.61 on my worksheet?
Don't enter the formula. Instead, copy it from your browser and paste it to cell C3.
 
Upvote 0

Forum statistics

Threads
1,213,489
Messages
6,113,949
Members
448,534
Latest member
benefuexx

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