Hi,
I have a worksheet with a column holding types for each record. I want to get a list of unique values from this column and am using the formula
=INDEX($A$1:$A$478,MATCH(0,COUNTIF($S$1:S1,$A$1:$A$478),0))
I am getting no error message from the formula but the cell just contains #N/A
when I look at the results, it appears that the INDEX part works OK but am getting no results from thr MATCH/COUNTIF section.
I am using Access 2010.
Could anyone please advise?
I have a worksheet with a column holding types for each record. I want to get a list of unique values from this column and am using the formula
=INDEX($A$1:$A$478,MATCH(0,COUNTIF($S$1:S1,$A$1:$A$478),0))
I am getting no error message from the formula but the cell just contains #N/A
when I look at the results, it appears that the INDEX part works OK but am getting no results from thr MATCH/COUNTIF section.
I am using Access 2010.
Could anyone please advise?