View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Counting # of days worked

You need SUM(FREQUENCY for that. Where are the dates?

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Curtis" wrote in message
...
Will this formula calculate thee number of different days worked?

Column L contains the day but will have multiple entires of simular dates.

EX: each employee, Column j could have, for example 8 items listed on Nov
16, 6 on Nov 15, etc. In this example I need to calculate that he only

worked
2 days

Thanks

"Bob Phillips" wrote:

=SUMIF(J2:J100,"employee number",L2:L100)


--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Curtis" wrote in message
...
Column J= employee number
Column L = day(s) work

I need to sum the number of different days worked by each employee

(Column
L
can have multiple instances of the same date)

Thanks

ce