#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 46
Default Ebay fee formula

Hello, Ebay calculate fees on products sold by using the following :

5.25% of the initial £29.99 (£1.57) + 3% of the remaining balance of the
final selling price

Most of the products I sell at more than £29.99, so can anyone help me
express the above as a fomula, asuming that I put the intial price in cell A1
and the final selling price in cell A2?

Thank you very much.
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Ebay fee formula

On Thu, 12 Nov 2009 14:55:02 -0800, spudsnruf
wrote:

Hello, Ebay calculate fees on products sold by using the following :

5.25% of the initial £29.99 (£1.57) + 3% of the remaining balance of the
final selling price

Most of the products I sell at more than £29.99, so can anyone help me
express the above as a fomula, asuming that I put the intial price in cell A1
and the final selling price in cell A2?

Thank you very much.


I used to use a VLOOKUP table, then I switched to


=ROUND(MIN(E5*1,75)*0.0525+(MIN(925,MAX(E5-75,0)))*0.0275+MAX(E5-1000,0)*0.015,2)

which is what I currently use (copied/pasted from my fee reconciler).

E5 is the final value of course. Note the 75 and 925 relate to Aussie
dollars - your 30 pound threshold and the (presumed 2500?) next
breakpoint less the 30 quid. Adjust as required for any incorrect
assumptions about the breakpoints in your currency.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Ebay clone Ebay clone script RUN YOUR OWN AUCTION SITE hael_dermu Excel Discussion (Misc queries) 0 October 25th 08 05:26 AM
The ebay of Loan Websites [email protected] Excel Worksheet Functions 0 November 7th 07 05:49 AM
The ebay of Loan Websites [email protected] Excel Worksheet Functions 0 November 7th 07 05:49 AM
OT Extracting data from ebay? spadger New Users to Excel 0 July 3rd 07 12:31 AM
Excel and ebay lists goseespam@lot New Users to Excel 0 July 28th 05 05:13 PM


All times are GMT +1. The time now is 06:02 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"