Trying to increase product cost in one column by a predetermined gp% in another column

lmcwilliams

New Member
Joined
Sep 29, 2021
Messages
2
Office Version
  1. 365
Platform
  1. Windows
I am looking for a formula to find new sale price. In one column I have my current costs. (over 1,000 rows) In another column I have the GP%'s that I want to achieve (formatted as percent).
How would this formula look in excel?
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
Hi lmcwilliams,

In its simplest form Sales Price = Cost + Desired Profit
so if your cost is $10 and your desired profit % is 20% then your desired profit is $2. This doesn't account for fixed overheads (e.g. shop rent) or variable selling costs (e.g. sales representative wages).

If you have Cost and desired GP% then the formula is Sales Price = Cost + (Cost x GP%)

lmcwilliams.xlsx
ABCD
1Product Cost GP% Sales Price
2Widget$ 10.0020%$ 12.00
3Bodgit$ 50.0050%$ 75.00
4Fixstuf$ 120.00200%$ 360.00
5Finagletool$ 340.0080%$ 612.00
Sheet1
Cell Formulas
RangeFormula
D2:D5D2=B2+(B2*C2)
 
Upvote 0
Solution
Here is a great little tutorial that I couldn't have explained any better.

 
Upvote 0

Forum statistics

Threads
1,215,412
Messages
6,124,761
Members
449,187
Latest member
hermansoa

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