A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Let's say the cost price is in A2 and the list price in B2. Use this formula:
=B2/A2-1
and format the cell with the formula as a percentage.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How do I create a formula that expresses a gross margin percentage based upon either an items cost or list price?
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
Let's say the cost price is in A2 and the list price in B2. Use this formula:
=B2/A2-1
and format the cell with the formula as a percentage.
(B2-A2)/B2 as a % = Gross Margin
Then what HansV wrote in response to your fixed GM calculation
Hans,
Thanks for your help. I realized I did not pose the original question correctly. I know cost and list, but I want to apply a formula that will give me in dollars a specific gross margin percent when applied, in this case 25% gross margin. So, cost is say $125.00, and I want to apply a 25% gross margin to all cells in the cost column. How do I do that via a formula? Thanks very much.
Select the cell with the formula.
Either click the % button on the Formatting toolbar, or select Format | Cells..., activate the Number tab (if necessary) and select the Percentage category.
Thanks, I understand the A2 cell B2 cell, but I don't know how to formulate the answer as a percentage?