View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default Counting items in one column based on criteria in another

*Maybe* this....

=SUMPRODUCT(--(A1:A100="full-time"),--(B1:B1000))


--
Biff
Microsoft Excel MVP


"kmc103" wrote in message
...
I'm trying to count the number of rows in a column which meet criteria
identified in another column. I'm creating a payroll template where one
column identifies whether the position is full-time or part-time. In my
first month of payroll I want to be able to count the number payroll
amounts
which are classified as full-time. I also want to ignore any zeroes. Any
help would be greatly appreciated. In using Windows 2003