AnalysisParalysis
New Member
Hi guys, I have some formula which calculates a list of unique names based on a table:
=IFERROR(INDEX(Table_Query_from_Sales2_6[OPENED_BY],MATCH(0,COUNTIF($D$5:D5,Table_Query_from_Sales2_6[OPENED_BY]),0)),"")
Table_Query_from_Sales2_6[OPENED_BY] = List of names (table reference)
This is entered in to D4.
In the table where the names are there is also a list of months and years. I’m looking to create a unique list of staff who were active in each month.
IE i want to add 2 additional criteria month=2, year=2012.
Any help would be lovely.
Ta
=IFERROR(INDEX(Table_Query_from_Sales2_6[OPENED_BY],MATCH(0,COUNTIF($D$5:D5,Table_Query_from_Sales2_6[OPENED_BY]),0)),"")
Table_Query_from_Sales2_6[OPENED_BY] = List of names (table reference)
This is entered in to D4.
In the table where the names are there is also a list of months and years. I’m looking to create a unique list of staff who were active in each month.
IE i want to add 2 additional criteria month=2, year=2012.
Any help would be lovely.
Ta