I have two tables, the first one (Table_1) has headers of - 'Date', 'OT 1', ''OT 2', 'OT 3' and so on up to 'OT 10' (there are a few other columns but they are not relevant to this bit) This table is used to record which staff have done overtime and on which date and their colleague number is entered into one of the 'OT' columns once they are nominated for it.
The second table (Table_2) is one that I want to use to identify how many times in the last 1 month, 3 months and 6 months a person has been given overtime to make it fair when giving out additional overtime. This table has 4 columns, 'Colleage Number', '1 Month', '3 Months' and '6 Months.
I am after a formula to count how many times the 'Colleague Number' appears in the columns 'OT 1' to 'OT 10' based on the 1, 3 and 6 month date ranges. A CountIf works fine across the multiple columns but as soon as I change it to a CountIfs and add the date criteria I get an error.
Any help would be greatly appreciated.
The second table (Table_2) is one that I want to use to identify how many times in the last 1 month, 3 months and 6 months a person has been given overtime to make it fair when giving out additional overtime. This table has 4 columns, 'Colleage Number', '1 Month', '3 Months' and '6 Months.
I am after a formula to count how many times the 'Colleague Number' appears in the columns 'OT 1' to 'OT 10' based on the 1, 3 and 6 month date ranges. A CountIf works fine across the multiple columns but as soon as I change it to a CountIfs and add the date criteria I get an error.
Any help would be greatly appreciated.