I have the following formula that works:
=COUNTUNIQUEIFS(Data!F:F,Data!A:A,B1)
This references a name in B1 and reviews matches for that name in a DATA tab - column A. If it finds a match, it returns a value of how many unique departments the name appeared in - from column F in DATA tab.
I need to add one more piece to this but haven't found a way to make it work. I need the formula above to work the same, but only between specific dates. The Start Date is in A1 and the End Date is in A2 of the main tab (same tab as B1 name reference)
Any help would be greatly appreciated
=COUNTUNIQUEIFS(Data!F:F,Data!A:A,B1)
This references a name in B1 and reviews matches for that name in a DATA tab - column A. If it finds a match, it returns a value of how many unique departments the name appeared in - from column F in DATA tab.
I need to add one more piece to this but haven't found a way to make it work. I need the formula above to work the same, but only between specific dates. The Start Date is in A1 and the End Date is in A2 of the main tab (same tab as B1 name reference)
Any help would be greatly appreciated