U
upstate_steve
=SUM(IF((ptft="PT")*(class="S")*(date>=$A23)*(date<$A23+7),ConvHrs))
I use the preceding formula to get total hours worked by part tim
sales staff for a certain week. The database has a row for each da
(even days not worked) for each employee.
How do I get the number of part time sales employees who worked mor
than 0 hours that week?
That is to say, of the rows returning "TRUE" above, how many uniqu
values in the field EmpNo where ConvHrs>0
I use the preceding formula to get total hours worked by part tim
sales staff for a certain week. The database has a row for each da
(even days not worked) for each employee.
How do I get the number of part time sales employees who worked mor
than 0 hours that week?
That is to say, of the rows returning "TRUE" above, how many uniqu
values in the field EmpNo where ConvHrs>0