Mikec1012
New Member
- Joined
- Oct 24, 2017
- Messages
- 30
Hello everyone! I currently use the following formula:
=COUNTIFS('CLEX01 '!$K:$K,'TEST REPORT'!H5,'CLEX01 '!$A:$A,'TEST REPORT'!H4)
Column 'CLEX01 '!$K:$K - it's the day something was completed
Cell 'TEST REPORT'!H5 - a cell where a user can change the date to generate a report
Column 'CLEX01 '!$A:$A - has a list of employee names
Cell 'TEST REPORT'!H4 - a cell where the employee name can be changed
I am using this in 3 sections. First section, it does everything fine.
2nd Section - I need to tweak the formula to now give a Month To Date report based off the MONTH in Cell H5. How would I adjust the formula?
3rd section - Similar to section 2 but I would simply search for a COUNTIF based off a months value for all employees. However, it would still need to reference Cell H5 to pull the month.
Any help would be awesome.
=COUNTIFS('CLEX01 '!$K:$K,'TEST REPORT'!H5,'CLEX01 '!$A:$A,'TEST REPORT'!H4)
Column 'CLEX01 '!$K:$K - it's the day something was completed
Cell 'TEST REPORT'!H5 - a cell where a user can change the date to generate a report
Column 'CLEX01 '!$A:$A - has a list of employee names
Cell 'TEST REPORT'!H4 - a cell where the employee name can be changed
I am using this in 3 sections. First section, it does everything fine.
2nd Section - I need to tweak the formula to now give a Month To Date report based off the MONTH in Cell H5. How would I adjust the formula?
3rd section - Similar to section 2 but I would simply search for a COUNTIF based off a months value for all employees. However, it would still need to reference Cell H5 to pull the month.
Any help would be awesome.