Creating a Unique column a column of Duplicates

Wulluby

New Member
Joined
Jan 23, 2012
Messages
2
Hi,

I have a table with one column containing a lot of duplicates:
'Gantt Chart'!$A$8:$A$1000

I want to create a unique column in another sheet which I have done with:
=INDEX('Gantt Chart'!$A$8:$A$1000,MATCH(0,COUNTIF($AI$14:AI14,'Gantt Chart'!$A$8:$A$1000),0))

The issue I am having is that it has also pulled across headers. I can identify the data I want to pull across because in the column next to it, ('Gantt Chart'!$A$8:$A$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 'Gantt Chart'!$A$8:$A$1000' into the function,
=INDEX('Gantt Chart'!$A$8:$A$1000,MATCH(0,COUNTIF($AI$14:AI14,'Gantt Chart'!$A$8:$A$1000),0))

Thanks in advance.
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.

Forum statistics

Threads
1,216,077
Messages
6,128,685
Members
449,463
Latest member
Jojomen56

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top