OK put all employeenames in colum eg. N5:N? only onse
then put this formula in O5 and copy down for all employee i column N
=SUMPRODUCT(($J$5:$J$260=N5)*($L$5:$L$260))
"Curtis" skrev:
Sorry I am not sure I provided enough detail
I need the formula to be able to distiguish between employee ID and
different days worked. AN employee can represent multiple instances of work
in the same day
SO far I have
SUMPRODUCT(('Employee Data'!$L$5:$L$260<>"")/COUNTIF('Employee
> > > > Data'!$L$5:$L$260,'Employee Data'!$L$5:$L$260&""))
but that just tells me the nunber of different days in total and does not
seperate by employee
Thanks
ce
> OK put all employeenames in colum eg. N5:N? only onse
> then put this formula in O5 and copy down for all employee i column N
[quoted text clipped - 32 lines]
> > > >
> > > > ce
excelent - 30 Oct 2006 05:39 GMT
ned more info
back after work later today
"Curtis" skrev:
> Sorry I am not sure I provided enough detail
>
[quoted text clipped - 50 lines]
> > > > >
> > > > > ce
Bob Phillips - 30 Oct 2006 10:43 GMT
=SUMPRODUCT(($J$5:$J$12=A24)*($L$5:$L$12<>"")/COUNTIF($L$5:$L$12,$L$5:$L$12&
""))
which is an array formula, it should be committed with Ctrl-Shift-Enter, not
just Enter.

Signature
HTH
Bob Phillips
(replace somewhere in email address with gmail if mailing direct)
> Sorry I am not sure I provided enough detail
>
[quoted text clipped - 50 lines]
> > > > >
> > > > > ce