Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
greggin via OfficeKB.com
 
Posts: n/a
Default Calculation for Ebay worksheet.

I don't know if this Calculation can be done. It's the final value fee for
ebay auctions. The FVF is 5.25% of the closing bid if your item sells for
less than 25.00. If your item sells for more than 25.00 the FVF is an
additional 2.75% of only the difference in addition to the original 5.25%.
Thank you in advance if you can figure this out.
Greggin
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

=IF(A125,(25*5.25%)+((A1-25)*2.75%),A1*5.25%)

where A1 holds the final bid

Regards,

Peo Sjoblom

"greggin via OfficeKB.com" wrote:

I don't know if this Calculation can be done. It's the final value fee for
ebay auctions. The FVF is 5.25% of the closing bid if your item sells for
less than 25.00. If your item sells for more than 25.00 the FVF is an
additional 2.75% of only the difference in addition to the original 5.25%.
Thank you in advance if you can figure this out.
Greggin

  #3   Report Post  
N Harkawat
 
Posts: n/a
Default

=MIN(24.99,A1)*5.25%+MAX(0,A1-24.99)*5.75%
where A1 is the closing bid

"greggin via OfficeKB.com" wrote in message
...
I don't know if this Calculation can be done. It's the final value fee for
ebay auctions. The FVF is 5.25% of the closing bid if your item sells for
less than 25.00. If your item sells for more than 25.00 the FVF is an
additional 2.75% of only the difference in addition to the original 5.25%.
Thank you in advance if you can figure this out.
Greggin



  #4   Report Post  
greggin via OfficeKB.com
 
Posts: n/a
Default

Thanks so much for your help. I tried it and it works just right.
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
Search/Match between 2 x separate Worksheets and populate result in third worksheet Alan Bartley Excel Discussion (Misc queries) 1 April 11th 05 05:21 AM
access my data from my master worksheet while calculation is don. Kannan.Iyer Excel Worksheet Functions 1 April 6th 05 01:23 AM
Amortization Calculation in Excel worksheet Tiff Excel Worksheet Functions 4 January 29th 05 04:18 AM
Weekly Transaction Processing Ralph Howarth Excel Worksheet Functions 4 January 19th 05 05:37 AM
Indirect reference from one worksheet to another Bill Sturdevant Excel Worksheet Functions 2 December 17th 04 01:23 PM


All times are GMT +1. The time now is 11:05 AM.

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

About Us

"It's about Microsoft Excel"