BrokenCloud
New Member
- Joined
- Sep 5, 2023
- Messages
- 1
- Office Version
- 2016
- Platform
- Windows
Hello! First time posting here! I have been observing from afar for a while but I have hit a snag which required me to reach out for help directly!
I am trying to count information regarding employees during timekeeping for a small company. I have multiple columns and I want to exclude duplicate values. For example, I have last names, first names and job designations in separate columns. However, our timekeeping program tallies types of times in distinct rows. So I want to exclude duplicate values, for example - the following formula works correctly:
=SUMPRODUCT((1/COUNTIFS('Import From Total Hours Summary'!A2:A142,'Import From Total Hours Summary'!A2:A142,'Import From Total Hours Summary'!B2:B142,'Import From Total Hours Summary'!B2:B142))*('Import From Total Hours Summary'!H2:H142="Driver"))
What I am trying to do is expand the range so that I can past data sheets of differing sizes, however I get the following error:
I'm wondering if anyone has any advice on how to correct this? The formula works as is if there are no blank values, however I am unable to figure it out past this point.
Thank you in advance!
-J
I am trying to count information regarding employees during timekeeping for a small company. I have multiple columns and I want to exclude duplicate values. For example, I have last names, first names and job designations in separate columns. However, our timekeeping program tallies types of times in distinct rows. So I want to exclude duplicate values, for example - the following formula works correctly:
What I am trying to do is expand the range so that I can past data sheets of differing sizes, however I get the following error:
I'm wondering if anyone has any advice on how to correct this? The formula works as is if there are no blank values, however I am unable to figure it out past this point.
Thank you in advance!
-J