A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Sumproduct formula



 
 
Thread Tools Display Modes
  #1  
Old May 19th, 2010, 08:12 PM posted to microsoft.public.excel.worksheet.functions
krish
external usenet poster
 
Posts: 20
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  
Old May 23rd, 2010, 10:59 AM posted to microsoft.public.excel.worksheet.functions
Tom-S[_2_]
external usenet poster
 
Posts: 68
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(D220)*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

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


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


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