+ Reply to Thread
Results 1 to 8 of 8

PayPal Fee Calculator

  1. #1
    Registered User
    Join Date
    12-06-2007
    Posts
    32

    PayPal Fee Calculator

    I was hoping to get some help with a formula for tracking my product costs.

    Paypal charges 2.9% + 0.30 per transaction. So you can easily track the amount that will be deducted as follows:

    (([product cost]*2.9)+0.30)

    But there is a reverse function in Paypal that teels you what to charge per product to receive a specific cost after Paypal fees, so the customer pays these fees rather than the vendor.

    So if, I wanted $5.00 for a product, it would cost me $0.45 to use Paypal and I would net $4.55.

    If I wanted to actually make $5.00 per tranaction, the PayPal calculator tells me I would have to charge $5.46.

    Given the information above, how can I write a formula in Excel to tell me what I need to charge to make a specific amount, rather than having to type the information into the PayPal calculator all the time?

  2. #2
    Forum Contributor
    Join Date
    04-21-2007
    Location
    Lima, Peru
    MS-Off Ver
    2000, 2007, 2010
    Posts
    674

    Pay pal

    HI

    The opposite function should be
    Please Login or Register  to view this content.
    giving the net amount from the gross.

    Regards

    Jeff

  3. #3
    Registered User
    Join Date
    12-06-2007
    Posts
    32
    Thanks Jeff,

    Can you spell it out for me? I am an idiot...

    In my example,

    I charge $5.00.
    The paypal fees are 0.45 or (($5.00*2.9)-30), so I net $4.55...

    Can you show me an example of how I would use your formula to return the $5.00?

    Sorry...

  4. #4
    Registered User
    Join Date
    12-06-2007
    Posts
    32
    It seems as if this works all right.

    =($5.00*(102.99%)+0.3)

    I am missing something in the percentage, but it comes out to within a few cents.

  5. #5
    Registered User
    Join Date
    04-10-2013
    Location
    holyoke,ma
    MS-Off Ver
    Excel 2007
    Posts
    1

    Talking Re: PayPal Fee Calculator

    this is the one I use =0.029*K13+0.299

    change K13 to the field of your selling price

    EJ. = 0.029 * 31 + 0.299 equal to the fee in this case is . 1.20

    I use 0.299 because is exact number.

  6. #6
    Registered User
    Join Date
    09-30-2022
    Location
    spain
    MS-Off Ver
    2021
    Posts
    1

    Re: PayPal Fee Calculator

    there are so many PayPal calculators out there. i use them too. use to find out.

  7. #7
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2019
    Posts
    4,542

    Re: PayPal Fee Calculator

    Using Algebra
    Gross Selling Price - (Gross Selling Price * 2.9% + 0.30) = Net Selling Price
    => Gross Selling Price * (1 - 2.9%) - 0.30 = Net Selling Price
    => Gross Selling Price = (Net Selling Price + 0.30) / (1 - 2.9%)

  8. #8
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2019
    Posts
    4,542

    Re: PayPal Fee Calculator

    Oh.. it was an old thread!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1