Amazon eBay Pricing Formula

theguyIsHere

New Member
Joined
Oct 2, 2013
Messages
19
Office Version
  1. 2019
Platform
  1. MacOS
Hi everyone, I sell furniture on Amazon and need to be able to calculate the end ‘Sell price’ taking into account various cost factors which can change (in some instances)

E.g A chair’s cost price from supplier is £10 (including vat)

I want the formula to calculate a minimum profit of 25% after all costs or £5 (whichever is greater).
Costs include:

Amazon Fee: 17.5% of sale price
VAT: 20% of sale price
Shipping: £10 (static)

How can I formulate that in excel folks? Many thanks in Advance
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Product Cost
10
Amazon Fee: 17.5%17.50%on sales price
VAT20%on sales price
Shipping10
Amazon Fees9.33333345=C2*C13
VAT amount10.6666668=C3*C13
Fixed Costs20=C1+C4
Total Costs40.00000025=SUM(C7:C9)
Percentage Margin13.3333335=C13*0.25
Fixed Margin55
Sales Price53.33333453.333334
Check2.5E-07=C13-C10-LARGE(C11:C12,1)

<tbody>
</tbody>


I've used Solver to solve this by asking it to make Check cell as close to 0 as possible by manipulating Sales Price cell.
 
Upvote 0
what formula did you get sales price and how do you tie that back to the 25% profit (or min £5)? it doesn't add up for me
 
Upvote 0
Sales price is not derived from a formula, it's a amount derived by Solver (as explained in my previous post).

What do you mean it doesn't add up, the calculation is as follows:

0~53.34-(53.34*62.5%)-20

62.5%= Amazon Fee + VAT + Margin
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,449
Messages
6,124,911
Members
449,195
Latest member
Stevenciu

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