Formula for calculating eBay selling price

eaxlns

New Member
Joined
Apr 18, 2019
Messages
15
Office Version
  1. 365
Platform
  1. MacOS
Hi folks,
I'm not sure if this has been posted before or if there is a guide on how to do this on this forum, so apologies if there is.
I want a formula which I can use to work out my selling price on eBay, assuming I want to make a 15% profit of the selling price, and the following are my costs:

Item cost £1.72
Shipping £0.87
eBay fees 10% of final selling price
PayPal fees 2.9% + £0.20 of final selling price

Many thanks
 
Profit is measured on revenue, not revenue minus miscellaneous costs.

A​
B​
C​
1​
Sell-Based Percentages
2​
eBay​
10.00%​
B2: Input
3​
VAT​
0.00%​
B3: Input
4​
PayPal​
2.90%​
B4: Input
5​
Margin​
15.00%​
B5: Input
6​
Fixed Costs
7​
Post & Packing​
$0.87​
B7: Input
8​
PayPal​
$0.20​
B8: Input
9​
Cost
10​
Direct Cost​
$1.72​
B10: Input
11​
12​
Sell Price
$3.87​
B12: =(B10 + SUM(B7:B8)) / (1 - SUM(B2:B5))
13​
14​
Check:
15​
eBay​
$0.39​
B15: =B2 * B12
16​
VAT​
$0.00​
B16: =B3 * B12
17​
PayPal (variable)​
$0.11​
B17: =B4 * B12
18​
Post & Packing​
$0.87​
B18: =B7
19​
PayPal (fixed)​
$0.20​
B19: =B8
20​
Your Net​
$2.30​
B20: =B12 - SUM(B15:B19)
21​
Profit​
$0.58​
B21: =B20 - B10
22​
Margin​
15.00%​
B22: =B21 / B12
 
Upvote 0

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
On a related note, I spent a lot of time once working out the same type of analysis for another eBay seller. His setup was much more complicated, with different types of products getting different fees and tax rates. I finally concluded in that case that the only solution was to create a UDF that would start at a base sale price, probably the cost times a percentage, then would increment by 1, checking all the fees and taxes, and quit when all constraints were met. There just were no fixed formulas that covered all situations for him.
Eric - It has taken me two days of research to find a response like the one you've offered here (create a UDF). I am also attempting to calculate a Sell Price with costs that include a fee based on the Sell Price. I have found an online calculator at Selling Price Calculator that will do it one item at a time. I have also found that the Excel function "Goal Seek" will do it, one at a time. However, I have about 45K items that I'd like to calculate; and I cannot find anywhere how to re-create what CalculatorSoup does or how to re-create Goal Seek.

I am very open to using a Macro, or Excel Formula's, or even something in PowerQuery. (Most of my work for the 45K items is in Power Query.)

If possible, do you have advice, or spreadsheets or coding that you can send my way? Or even the "Type of Programmer" (title) that I would need to hire that can re-create the sell price calculator?

Thank you,
Karri
 
Upvote 0
Welcome to MrExcel!

I glanced at the Calculator Soup site, and there's nothing there that Excel can't do. If you've developed a Solver model that can find the answer for you, it shouldn't be too hard for someone to analyze it and create a macro. (Or use PowerQuery, but that's not something I'm good at.) I'd suggest you open a new thread (more likely that someone will see it than adding on to a very old thread), present your model, then ask if someone can convert it to a macro. I think there's a decent chance someone here will take a shot at it. If not, MrExcel has a Consulting Services option. Look for that on the MrExcel Publishing drop down. I don't know anything about price or schedule, but I'm sure they'll let you know.

Good luck!
 
Upvote 0
Welcome to MrExcel!

I glanced at the Calculator Soup site, and there's nothing there that Excel can't do. If you've developed a Solver model that can find the answer for you, it shouldn't be too hard for someone to analyze it and create a macro. (Or use PowerQuery, but that's not something I'm good at.) I'd suggest you open a new thread (more likely that someone will see it than adding on to a very old thread), present your model, then ask if someone can convert it to a macro. I think there's a decent chance someone here will take a shot at it. If not, MrExcel has a Consulting Services option. Look for that on the MrExcel Publishing drop down. I don't know anything about price or schedule, but I'm sure they'll let you know.

Good luck!
Eric - you are fantastic! Thank you for seeing the very old message and for responding with actionable options. I very much appreciate it.

Karri
 
Upvote 0

Forum statistics

Threads
1,214,426
Messages
6,119,414
Members
448,895
Latest member
omarahmed1

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