Hi,
I have a table with one column containing a lot of duplicates:
'Data'!$A$8:$A$1000
I want to create a unique column in another sheet which I have done with:
=INDEX('Data'!$A$8:$A$1000,MATCH(0,COUNTIF($AI$14:AI14,'Data'!$A$8:$A$1000),0))
The issue I am having is that it has also pulled across Subtotal Titles as well as rows where a user has entered data to represent Titles. I can identify the data I want to pull across because in the column next to it, ('Data'!$B$8:$B$1000), is a column containing a mix of text and data, (AAA001 for example).
Any pointers on how I incorporate a, 'only pull if there is contents in 'Data'!$B$8:$B$1000' into the function,
=INDEX('Data'!$A$8:$A$1000,MATCH(0,COUNTIF($AI$14:AI14,'Data'!$A$8:$A$1000),0))
Thanks in advance.
I have a table with one column containing a lot of duplicates:
'Data'!$A$8:$A$1000
I want to create a unique column in another sheet which I have done with:
=INDEX('Data'!$A$8:$A$1000,MATCH(0,COUNTIF($AI$14:AI14,'Data'!$A$8:$A$1000),0))
The issue I am having is that it has also pulled across Subtotal Titles as well as rows where a user has entered data to represent Titles. I can identify the data I want to pull across because in the column next to it, ('Data'!$B$8:$B$1000), is a column containing a mix of text and data, (AAA001 for example).
Any pointers on how I incorporate a, 'only pull if there is contents in 'Data'!$B$8:$B$1000' into the function,
=INDEX('Data'!$A$8:$A$1000,MATCH(0,COUNTIF($AI$14:AI14,'Data'!$A$8:$A$1000),0))
Thanks in advance.