View Single Post
  #2  
Old April 20th, 2010, 10:12 PM posted to microsoft.public.excel.misc
Don Guillett[_2_]
external usenet poster
 
Posts: 607
Default Adding digits in a column based on data in a separate column

Show us what you have tried

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"adriver" wrote in message
...
I am making a log for incoming documents, and need to add the number of
days
each type of document takes to be processed. Example:

Task Type Days to Complete
Type AA 10
Type AA 12
Type BB 6
Type CC 10
Type AA 8

Is there a way to count how many total days all "Type AA" documents took?
I've been trying COUNTIF variations and I can't get anything working.

THanks!