It's another eBay pricing structure question...

divster27

New Member
Joined
Jan 19, 2021
Messages
32
Office Version
  1. 2016
Platform
  1. Windows
I can't seem to quite find the right way of doing this, and have asked a couple of other people to take a look with no joy so far.
I always think that whenever there are rules, anything is possible, but we shall see!

Attached is my eBay pricing spreadsheet – each column has a note against to describe what it is.

I’m trying to work out the price is should sell the item at if I want to make 5% profit (Column T) and 10% profit (Column T) – 2 different columns.

This is where I need the formula to be.

Because eBay has lots of % charges, it makes it a bit difficult to work backwards.

I'm trying to find the correct Sell Price (Column D), based on a fixed profit % (5% or 10%) and for that figure to be in Colum T

I have put the correct answer in T16 and U16 for the first row.

I have calculated these manually using Goal Seek - I need a formula in T16 and U16 that calculates this for me.

Does this make sense?

Some comments in the cells shown in this image, as not sure they'll be obvious in the Mini Sheet

screen.png





MrExcelPrice.xlsx
ABCDEFGHIJKLMNOPQRSTU
15CountOfDealer PriceDealer PricePurchae PriceSell Price9.9% eBay Fee30p FVF0.35% Regulatory operating fee2% International FeeAll FeesAdvertising at 10%Purchase Price + FeesProfit% ProfitSell Price if Profit 5%Sell Price if Profit 10%
16216£1.25£1.50£4.99£0.49£0.30£0.02£0.10£1.09£0.60£3.19£1.8036%£ 2.72£ 2.94
17160£1.49£1.79£5.99£0.59£0.30£0.02£0.12£1.24£0.72£3.75£2.2437%
182857£4.99£5.99£13.99£1.39£0.30£0.05£0.28£2.42£1.68£10.08£3.9128%
191245£5.55£6.66£14.99£1.48£0.30£0.05£0.30£2.56£1.80£11.02£3.9726%
208098£6.99£8.39£19.99£1.98£0.30£0.07£0.40£3.30£2.40£14.09£5.9030%
NewTBL
Cell Formulas
RangeFormula
G16:G20G16=D16/100*0.35
H16:H20H16=D16/100*2
I16:I20I16=SUM(E16:H16)*1.2
J16:J20J16=(D16/100*10)*1.2
K16:K20K16=C16+I16+J16
L16:L20L16=D16-K16
M16:M20M16=L16/D16
C16:C20C16=B16*1.2
E16:E20E16=(D16/100*9.9)
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
I must not be understanding because my answer seems too simple. You have the sum of your purchase price plus all fees as 3.19 (K16) and want a formula to calculate a the marked up price that makes you 10% on that? Then it is simply K16*1.1? Fifteen percent would be K16*1.15. 5 percent: K16*1.05. Sorry if I've missed the goal completely but you haven't had a response all day so I thought, 'why not try?'.
 
Upvote 0
Hi @Micron - thanks for having a crack!

It's not that simple sadly - eBay take loads of fees (all the previous columns)

So if I charge £4.99 they take 10% as a variable fee, 30p fixed fee, 0.35% fee (for???), 2% fee if it's an international sale, and then a 10% (this can change but not above) fee if i use their promotional tools

So their fees change based on the start price - and thus the profit margin changes too.

it's horrible trying to work it all out sensibly
 
Upvote 0
So your problem is that if you initially calculate a 5% markup, all the fees increase and eat into that 5%, so you must at first add more than 5% to end up at 5% profit? That plus some of the fields are variable and depend on other factors such as the use of eBay provided tools/services?

Maybe it would help to think of it as a currency conversion issue. Let's say that $Cdn is worth 75% of $US. I can't just add on 25% because the 25% of my dollar isn't worth 25% of a US dollar. It takes 30% to make up that 25%. So $1.30 makes up $1.00 US. So your initial selling price plus all the fees is your $Cdn and your $US is that amount plus 5%. Thus your factor may end up being 8% for what would be a standard block of fees. For items using extra services, you'd need another calculation that ends up at maybe 11%. I'm thinking that the trick is to calculate what percentage the fees are for how an item is sold, and figure out how much eBay eats into that as a percentage. Then if you added your profit margin target to an item, you know you'll only get x% of it, so you'll need to add more, as I did for the currency conversion. A sheet where you drag down formulas might show you where the target for a given percentage gives you the final asking price.

Having said all that, I imagine that you've asked people who are a lot smarter than me and maybe even have experience with eBay so I'm probably just writing drivel instead of helping. Sorry if that's the case.
 
Upvote 0
OK - i see what you're saying. (i think!)
Work out what % they take at each price point and work it from there
it may be drivel, but it's definitely a different way to look at the issue - worth a play
 
Upvote 0
You can solve using simple algebra:

ABCDEFGHIJKL
1
2
3
4Margin20%<-- You haven't explained this?
5% Fees
6ebay9.90%
7Regulatory0.35%
8International2.00%
9Advertising10.00%
1026.70%
11$ Fees0.36
12Profit5%
13
14
15PPSPebayFVFRegulatoryInternationalAdvertisingPP+FeesProfit% Profit
161.5002.720.320.360.010.070.332.590.145.0%
171.7883.140.370.360.010.080.382.990.165.0%
185.9889.291.100.360.040.221.128.830.465.0%
196.66010.281.220.360.040.251.239.760.515.0%
208.38812.811.520.360.050.311.5412.170.645.0%
Sheet1
Cell Formulas
RangeFormula
C10C10=SUM(C6:C9)*(1+C4)
C11C11=0.3*(1+C4)
D16:D20D16=(C16+C$11)/(1-C$10-C$12)
E16:E20E16=C$6*D16*(1+C$4)
F16:F20F16=C$11
G16:G20G16=C$7*D16*(1+C$4)
H16:H20H16=C$8*D16*(1+C$4)
I16:I20I16=C$9*D16*(1+C$4)
J16:J20J16=C16+SUM(E16:I16)
K16:K20K16=D16-J16
L16:L20L16=K16/D16

ABCDEFGHIJKL
1
2
3
4Margin20%<-- You haven't explained this?
5% Fees
6ebay9.90%
7Regulatory0.35%
8International2.00%
9Advertising10.00%
1026.70%
11$ Fees0.36
12Profit10%
13
14
15PPSPebayFVFRegulatoryInternationalAdvertisingPP+FeesProfit% Profit
161.5002.940.350.360.010.070.352.640.2910.0%
171.7883.390.400.360.010.080.413.050.3410.0%
185.98810.031.190.360.040.241.209.031.0010.0%
196.66011.091.320.360.050.271.339.981.1110.0%
208.38813.821.640.360.060.331.6612.441.3810.0%
Sheet1
Cell Formulas
RangeFormula
C10C10=SUM(C6:C9)*(1+C4)
C11C11=0.3*(1+C4)
D16:D20D16=(C16+C$11)/(1-C$10-C$12)
E16:E20E16=C$6*D16*(1+C$4)
F16:F20F16=C$11
G16:G20G16=C$7*D16*(1+C$4)
H16:H20H16=C$8*D16*(1+C$4)
I16:I20I16=C$9*D16*(1+C$4)
J16:J20J16=C16+SUM(E16:I16)
K16:K20K16=D16-J16
L16:L20L16=K16/D16
 
Upvote 1
Solution
Hi @StephenCrump ,

Will work my way through, but looks like this has potentially solved it.


The Margin number at the top - not sure what this is. I think you're referring to the Dealers Price and Purchase Price

The dealer's price to me is always shown as VAT exclusive - ie £1
The purchase price I pay is £1.20 (dealers price + 20% tax)
 
Upvote 0
I think you're referring to the Dealers Price and Purchase Price ...
No, it was the fact that you were hard-coding a factor of 1.20 to apply to all the fees. I should have realised from the £ signs that this was VAT.

It would be much better to have this as a parameter, rather than hard-coding 1.2's throughout your formulae.
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,120
Members
451,399
Latest member
alchavar

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