divster27
New Member
- Joined
- Jan 19, 2021
- Messages
- 32
- Office Version
- 2016
- Platform
- 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
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
MrExcelPrice.xlsx | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | |||
15 | CountOfDealer Price | Dealer Price | Purchae Price | Sell Price | 9.9% eBay Fee | 30p FVF | 0.35% Regulatory operating fee | 2% International Fee | All Fees | Advertising at 10% | Purchase Price + Fees | Profit | % Profit | Sell Price if Profit 5% | Sell Price if Profit 10% | ||||||||
16 | 216 | £1.25 | £1.50 | £4.99 | £0.49 | £0.30 | £0.02 | £0.10 | £1.09 | £0.60 | £3.19 | £1.80 | 36% | £ 2.72 | £ 2.94 | ||||||||
17 | 160 | £1.49 | £1.79 | £5.99 | £0.59 | £0.30 | £0.02 | £0.12 | £1.24 | £0.72 | £3.75 | £2.24 | 37% | ||||||||||
18 | 2857 | £4.99 | £5.99 | £13.99 | £1.39 | £0.30 | £0.05 | £0.28 | £2.42 | £1.68 | £10.08 | £3.91 | 28% | ||||||||||
19 | 1245 | £5.55 | £6.66 | £14.99 | £1.48 | £0.30 | £0.05 | £0.30 | £2.56 | £1.80 | £11.02 | £3.97 | 26% | ||||||||||
20 | 8098 | £6.99 | £8.39 | £19.99 | £1.98 | £0.30 | £0.07 | £0.40 | £3.30 | £2.40 | £14.09 | £5.90 | 30% | ||||||||||
NewTBL |
Cell Formulas | ||
---|---|---|
Range | Formula | |
G16:G20 | G16 | =D16/100*0.35 |
H16:H20 | H16 | =D16/100*2 |
I16:I20 | I16 | =SUM(E16:H16)*1.2 |
J16:J20 | J16 | =(D16/100*10)*1.2 |
K16:K20 | K16 | =C16+I16+J16 |
L16:L20 | L16 | =D16-K16 |
M16:M20 | M16 | =L16/D16 |
C16:C20 | C16 | =B16*1.2 |
E16:E20 | E16 | =(D16/100*9.9) |