Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15
Default Sumproduct formula

I have the following columns in a table.
Customer #
Product #
Invoice #
Pack Size

For every Product shipped to a customer we want to charge a lump sum fees
for the number of boxes. I want to see the fees show up only in one line
where the identical Invoice # and Customer # ends. Is it prudent to use
Sumproduct? If so can I have the formula please?

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 66
Default Sumproduct formula

Provided the data in your Pack Size column is the number of boxes being
shipped to the customer, then I would just add another column headed
something like Shipping Fees; then, say Pack Size is in column D and Shipping
Fees column E, and the customer information starts on row 2, use
=D2*ShpFeePerBox
as your formula in column E, and somewhere in your workbook create a named
range called ShpFeePerBox, where that cell contains the shipping fee you want
to charge per box.

If, however, the data in Pack Size isn't the number of boxes being shipped
then you would just need to create a column for it.

If you don't want to see individual cutomer shipping fees, just the total
for a certain batch of customers, then say this batch is from rows 2 to 20
and Pack Size is the number of boxes (in column D), then total fees would be
=SUM(D2:D20)*ShpFeePerBox

No need to use the sumproduct function here I think.

Regards,

Tom




"Krish" wrote:

I have the following columns in a table.
Customer #
Product #
Invoice #
Pack Size

For every Product shipped to a customer we want to charge a lump sum fees
for the number of boxes. I want to see the fees show up only in one line
where the identical Invoice # and Customer # ends. Is it prudent to use
Sumproduct? If so can I have the formula please?

Thanks

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
Sumproduct Formula SJT Excel Discussion (Misc queries) 3 September 1st 08 08:55 PM
Nesting a sumproduct formula within a sumif formula. jerrymcm Excel Discussion (Misc queries) 2 October 3rd 07 03:35 PM
sumproduct formula Todd Excel Worksheet Functions 7 July 2nd 07 09:22 PM
sumproduct formula help dr350x Excel Discussion (Misc queries) 1 June 7th 07 01:14 PM
Sumproduct Formula Help Harley Excel Discussion (Misc queries) 3 January 6th 07 07:26 PM


All times are GMT +1. The time now is 05:28 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"