Can someone help me fix this Formula:
=IF('Resident Worker Hour Report'!K19:DJ400>1),(SUMPRODUCT(--('Resident Worker Hour Report'!$B$19:$B$400="Company"),--('Resident Worker Hour Report'!$A$19:$A$400="Class"))
My Rows I have Workers Names, Company Name and Work Class. My Columns K thru DJ are calender weeks where I track the hours someone works each week. I want to count the number of people who work more then 1 hour for each Month. So Columns K thru N are January, O thru R are February, and so on.
Any ideas?
=IF('Resident Worker Hour Report'!K19:DJ400>1),(SUMPRODUCT(--('Resident Worker Hour Report'!$B$19:$B$400="Company"),--('Resident Worker Hour Report'!$A$19:$A$400="Class"))
My Rows I have Workers Names, Company Name and Work Class. My Columns K thru DJ are calender weeks where I track the hours someone works each week. I want to count the number of people who work more then 1 hour for each Month. So Columns K thru N are January, O thru R are February, and so on.
Any ideas?