#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 37
Default duplicate values

I have a spreadsheet that has duplicate values for a series of items
throughout an engineering bill of material. I need to calculate total demand.

Col Item qty
a b
12 5001 2,000
215 5001 1,005
367 5001 6,000

My total Demand for item 2001 is 9,005ea. How can I develp a formula to help
me pull all of the duplicates out and add the total demand?

Thank you,

Candi C

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default duplicate values

Try this...

C1 = item to sum = 5001

D1 = formula:

=SUMIF(A:A,C1,B:B)

--
Biff
Microsoft Excel MVP


"CandiC" wrote in message
...
I have a spreadsheet that has duplicate values for a series of items
throughout an engineering bill of material. I need to calculate total
demand.

Col Item qty
a b
12 5001 2,000
215 5001 1,005
367 5001 6,000

My total Demand for item 2001 is 9,005ea. How can I develp a formula to
help
me pull all of the duplicates out and add the total demand?

Thank you,

Candi C



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,533
Default duplicate values

HI

=SUMIF(A1:A1000,5001,B1:B1000)

Regards,
Per

"CandiC" skrev i meddelelsen
...
I have a spreadsheet that has duplicate values for a series of items
throughout an engineering bill of material. I need to calculate total
demand.

Col Item qty
a b
12 5001 2,000
215 5001 1,005
367 5001 6,000

My total Demand for item 2001 is 9,005ea. How can I develp a formula to
help
me pull all of the duplicates out and add the total demand?

Thank you,

Candi C

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
DUPLICATE VALUES adeel via OfficeKB.com Excel Discussion (Misc queries) 2 July 11th 07 09:54 AM
Duplicate values [email protected] Excel Discussion (Misc queries) 3 April 6th 07 01:03 AM
DUPLICATE VALUES Saintsman Excel Worksheet Functions 2 October 12th 05 05:21 PM
Duplicate values TUNGANA KURMA RAJU Excel Discussion (Misc queries) 4 October 1st 05 01:07 PM
Sum of Duplicate Values Wynn Excel Worksheet Functions 1 November 13th 04 02:36 AM


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