Google Sheets- Formula to Calc Sale Price when Fees are Based off Sale Price

LBA

New Member
Joined
Feb 1, 2022
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hi,

I'm trying to figure out how to build a formula in google sheets to calculate my sale price when there are selling fees applied to the sale price (and I want to calculate profit margin based on my costs AND selling fees).
I need a formula that will calculate my item price based on;
item cost (wholesale price+shipping)
selling fees (when selling on online channels such as amazon they take a % of every sale, this needs to be added to the cost)
profit margin (I'd like to do 20% profit on my costs- including the selling fees)

the algebraic formula is something like this
x= cost + (fee % * x) + .2(cost + (fee % * x))

if going with the example of
cost = 100
% fee= 10%
the formula would look like this
100+ .1x + .2(100+.1x)=x
or
100 + 20 + .1x + .02x = x


Do you know how I can simplify that so that I can put it into excel and drag down to apply to all my items?
Any help would be greatly appreciated!
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Like so? This is assuming the first row is headers, second row with data you can fill. The formulas you can drag down.
Whole sale priceShippingItem costselling feeprofit marginselling priceselling fee amountprofit margin amount
10010=A2+B2 -> 11015%20%=(C2/(1-D2)/(1-E2)) = 161.76=F2*D2 = 24.26=(F2-G2)*E2 = 27.5
 
Upvote 0
Solution

Forum statistics

Threads
1,215,357
Messages
6,124,482
Members
449,165
Latest member
ChipDude83

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