Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Function for count a list of repeatitive names

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Function for count a list of repeatitive names

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 468
Default Function for count a list of repeatitive names

=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
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
how can i count the number of unique names in a list Anvil22 Excel Discussion (Misc queries) 6 February 19th 08 01:36 AM
need to find a max count without knowing what I'm counting (list of names) KR Excel Worksheet Functions 2 July 25th 05 11:31 PM
Is there a function that allows me to list the names of excluded d Flutie99 Excel Worksheet Functions 1 June 1st 05 01:34 AM
how can I count distinct names in an excel list? RPC@Frito Excel Discussion (Misc queries) 5 February 3rd 05 09:12 PM
Count Unique Names in list w/ Additional Criteria? Nodak Excel Worksheet Functions 1 January 25th 05 11:15 PM


All times are GMT +1. The time now is 05:08 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"