Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a list per months. Colum 1 the defects, colum 2 the quantity.
There are repeated defects. I want to know a function to sum the quantity per defect. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sort your data by the key (defects) column.
Then use data|subtotals to get that subtotal. Or you may want to look at using a pivottable. You can create some really quick summary reports pretty easily. If you've never used pivottables, here are a few links: Debra Dalgleish's pictures at Jon Peltier's site: http://peltiertech.com/Excel/Pivots/pivottables.htm And Debra's own site: http://www.contextures.com/xlPivot01.html John Walkenbach also has some at: http://j-walk.com/ss/excel/files/general.htm (look for Tony Gwynn's Hit Database) Chip Pearson keeps Harald Staff's notes at: http://www.cpearson.com/excel/pivots.htm MS has some at (xl2000 and xl2002): http://office.microsoft.com/downloads/2000/XCrtPiv.aspx http://office.microsoft.com/assistan...lconPT101.aspx Alvaro ST wrote: I have a list per months. Colum 1 the defects, colum 2 the quantity. There are repeated defects. I want to know a function to sum the quantity per defect. -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=Sumif(A2:A100,$J$1,B2:B100) in G1
In Cell J1 enter: OneofMyDefects "Alvaro ST" wrote: I have a list per months. Colum 1 the defects, colum 2 the quantity. There are repeated defects. I want to know a function to sum the quantity per defect. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how can i count the number of unique names in a list | Excel Discussion (Misc queries) | |||
need to find a max count without knowing what I'm counting (list of names) | Excel Worksheet Functions | |||
Is there a function that allows me to list the names of excluded d | Excel Worksheet Functions | |||
how can I count distinct names in an excel list? | Excel Discussion (Misc queries) | |||
Count Unique Names in list w/ Additional Criteria? | Excel Worksheet Functions |