#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default multiple values

I need to sum up the qty shipped of each part # for each mth
I have tryed SUMIF, SUMPRODUCT, and DSUM I can not get them to work
I would like the formula to look for the maching number in cell a2 (part #)
and add the qtys in tab "SCRAP" (c3:c9000) only if it was shipped on B1 (mth)

Can some one please help here are some that I have tried

=SUMPRODUCT((A2=CellVal1)*(B1=CellVal2)*(Scrap!D3: D9000))
=SUMIF(Scrap!$B$3:$C$9000,$A2,B1,Scrap!$C$3:$C$900 0)

thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 171
Default multiple values

Because your criteria relate to two different fields (part number and month),
sumif won't get it done for you. For sumproduct, you need each array to pull
in all the appropriate rows, so it would be something like
=SUMPRODUCT((a3:a9000=A2),(b3:b9000=b1),(Scrap!D3: D9000))
(Assuming each row 3 through 9000 has data on a single shipment, a2 has the
target part number and b1 the target shipped month.)

"Stu3500" wrote:

I need to sum up the qty shipped of each part # for each mth
I have tryed SUMIF, SUMPRODUCT, and DSUM I can not get them to work
I would like the formula to look for the maching number in cell a2 (part #)
and add the qtys in tab "SCRAP" (c3:c9000) only if it was shipped on B1 (mth)

Can some one please help here are some that I have tried

=SUMPRODUCT((A2=CellVal1)*(B1=CellVal2)*(Scrap!D3: D9000))
=SUMIF(Scrap!$B$3:$C$9000,$A2,B1,Scrap!$C$3:$C$900 0)

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
Adding numerical values based on multiple values in another column Kazmaniac Excel Worksheet Functions 6 April 4th 07 08:53 PM
create a list of single values from multiple values Jordan Excel Worksheet Functions 3 November 3rd 05 11:25 PM
Search multiple values to return single values JANA Excel Worksheet Functions 8 October 27th 05 04:26 PM
multiple series of values graphed with indep. x values -possible? Gburg Johnny Charts and Charting in Excel 1 September 19th 05 05:32 AM
How to calculate values in multiple values with multi conditions Curtis Excel Worksheet Functions 2 July 15th 05 02:36 AM


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