SkzDaLimit
Board Regular
- Joined
- Dec 1, 2002
- Messages
- 54
With some help from the folks here in the forums and some brainstorming of my own, I have come a pretty long way in completing my sales spreadsheet. One final hurdle remains. Integrating 7 final value fee formulas into my sheet.
Here is a portion of the spreadsheet:
Column S contains a drop down box with the 7 categories my spreadsheet is tracking:
All Other Items
Books & Media
Car Electronics
Car Parts
Clothing
Consumer Electronics
Regular eBay Auction
Each category has its own formula to determine the fee according to what dollar amount is entered into the cells in column H and the category is picked in the drop down in column S. The fee will appear in column O.
The formulas respective to their category are:<!--[if gte mso 9]><xml><w:WordDocument><w:View>Normal</w:View><w:Zoom>0</w:Zoom><w:PunctuationKerning/><w:ValidateAgainstSchemas/><w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><w:IgnoreMixedContent>false</w:IgnoreMixedContent><w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><w:Compatibility><w:BreakWrappedTables/><w:SnapToGridInCell/><w:WrapTextWithPunct/><w:UseAsianBreakRules/><w:DontGrowAutofit/></w:Compatibility><w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel></w:WordDocument></xml><![endif]--><!--[if gte mso 9]><xml><w:LatentStyles DefLockedState="false" LatentStyleCount="156"></w:LatentStyles></xml><![endif]--><!--[if gte mso 10]><style> /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman"; mso-ansi-language:#0400; mso-fareast-language:#0400; mso-bidi-language:#0400;}</style><![endif]--> All Other Items
=IF($H23<=50,$H23*11%,IF($H23<=1000,($H23-50)*6%+6,($H23-1000)*2%+63))
Books and Media
=IF($H23<=50,$H23*13%,IF($H23<=1000,($H23-50)*5%+6,($H23-1000)*2%+63))
Car Electronics
=IF($H23<=50,$A23*7%,IF($H23<=1000,($A23-50)*5%+6,($A23-1000)*2%+63))
Car Parts
=IF($A23<=50,$A23*10%,IF($H23<=1000,($A23-50)*8%+6,($A23-1000)*2%+63))
Clothing
=IF($H23<=50,$H23*10%,IF($H23<=1000,($H23-50)*8%+6,($H23-1000)*2%+63))
Consumer Electronics:
=IF($H23<=50,$H23*7%,IF($H23<=1000,($H23-50)*5%+6,($H23-1000)*2%+63))
Regular eBay Auction
=SUM(H23*9%)
I was thinking a VLOOKUP like I am using to determine another fee in the spreadsheet but this one seems a tab more complicated do the complexity of using multiple formulas so I can't grasp it in my head.
Any ideas? Thanks in advance once again! (This was done in Excel 2003)
Michael
Here is a portion of the spreadsheet:
Excel Workbook | |||||||
---|---|---|---|---|---|---|---|
H | O | Q | R | S | |||
21 | Selling Price | eBay FVF | PayPal Fee | Insertion Fee | Listing Type | ||
22 | |||||||
23 | $ 12.99 | $ 0.59 | $ 0.20 | Consumer Electronics | |||
24 | $ 12.99 | $ 0.59 | $ - | Car Parts | |||
... |
Column S contains a drop down box with the 7 categories my spreadsheet is tracking:
All Other Items
Books & Media
Car Electronics
Car Parts
Clothing
Consumer Electronics
Regular eBay Auction
Each category has its own formula to determine the fee according to what dollar amount is entered into the cells in column H and the category is picked in the drop down in column S. The fee will appear in column O.
The formulas respective to their category are:<!--[if gte mso 9]><xml><w:WordDocument><w:View>Normal</w:View><w:Zoom>0</w:Zoom><w:PunctuationKerning/><w:ValidateAgainstSchemas/><w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid><w:IgnoreMixedContent>false</w:IgnoreMixedContent><w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText><w:Compatibility><w:BreakWrappedTables/><w:SnapToGridInCell/><w:WrapTextWithPunct/><w:UseAsianBreakRules/><w:DontGrowAutofit/></w:Compatibility><w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel></w:WordDocument></xml><![endif]--><!--[if gte mso 9]><xml><w:LatentStyles DefLockedState="false" LatentStyleCount="156"></w:LatentStyles></xml><![endif]--><!--[if gte mso 10]><style> /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman"; mso-ansi-language:#0400; mso-fareast-language:#0400; mso-bidi-language:#0400;}</style><![endif]--> All Other Items
=IF($H23<=50,$H23*11%,IF($H23<=1000,($H23-50)*6%+6,($H23-1000)*2%+63))
Books and Media
=IF($H23<=50,$H23*13%,IF($H23<=1000,($H23-50)*5%+6,($H23-1000)*2%+63))
Car Electronics
=IF($H23<=50,$A23*7%,IF($H23<=1000,($A23-50)*5%+6,($A23-1000)*2%+63))
Car Parts
=IF($A23<=50,$A23*10%,IF($H23<=1000,($A23-50)*8%+6,($A23-1000)*2%+63))
Clothing
=IF($H23<=50,$H23*10%,IF($H23<=1000,($H23-50)*8%+6,($H23-1000)*2%+63))
Consumer Electronics:
=IF($H23<=50,$H23*7%,IF($H23<=1000,($H23-50)*5%+6,($H23-1000)*2%+63))
Regular eBay Auction
=SUM(H23*9%)
I was thinking a VLOOKUP like I am using to determine another fee in the spreadsheet but this one seems a tab more complicated do the complexity of using multiple formulas so I can't grasp it in my head.
Any ideas? Thanks in advance once again! (This was done in Excel 2003)
Michael