Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
DUPLICATE VALUES | Excel Discussion (Misc queries) | |||
Duplicate values | Excel Discussion (Misc queries) | |||
DUPLICATE VALUES | Excel Worksheet Functions | |||
Duplicate values | Excel Discussion (Misc queries) | |||
Sum of Duplicate Values | Excel Worksheet Functions |