Error in eBay FVF Excel Formula

SkzDaLimit

Board Regular
Joined
Dec 1, 2002
Messages
54
Hi everyone! Haven't been around in quite a while but I have been working on a project recently. I have been working on a spreadsheet to determine my profits/losses on my eBay store. Searching the forums, I found a couple of threads regarding formulas to determine FVF (final value fees). I modified the formulas to match the current fee structure for certain fixed price auctions, which can be found here: http://pages.ebay.com/help/sell/fees.html#fvf_fixed

For a fixed price listing in the "All Other" category on eBay, I am using this formula (which I found here on the forums):

=IF($A1<=50,$A1*11%,IF($A1<=1000,($A1-50)*6%+6,($A1-1000)*2%+63))

The fee schedule according to eBay is 11.0% of the initial $50.00, plus 6.0% of the next $50.01–$1,000.00, plus 2.0% of the remaining balance ($1,000.01–total cost to buyer)

Using eBay's Fee Calculator: http://pages.ebay.com/sellerinformation/news/Feecalculator.html# and using an example selling price of $12.99, the formula accurately calculated the FVF at $1.30.

When I used a selling price of $100, the formula gave me a FVF of $9.00 while eBay's calculator gave me a FVF of $8.50. $999.99 was $63.00 and eBay was $62.50.

It appears the Excel formula is accurate to $50.00 but for whatever reason is rounding to the next highest dollar for values higher than $50.01.

Can the formula be modified to fix this error? Once I have this straightened out, I'll have another question I will address in another thread. Thanks in advance!

Michael
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.

Forum statistics

Threads
1,224,616
Messages
6,179,909
Members
452,949
Latest member
beartooth91

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