Copy cell from the list if it does not exist already

Vokain

Board Regular
Joined
May 12, 2008
Messages
98
I have a set of numbers in column "C16:C1999" most of them are repetetive and I would like to have a list of them in column A but only unique not repetetive.

Could anyone help me?
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
in A2 try this array formula
Code:
=IFERROR(INDEX($C$16:$C$1999,MATCH(0,COUNTIF($A$1:A1,$C$16:$C$1999),0)),"")


array formula must enter by Ctrl+Shift+Enter
 
Upvote 0
You could also try the advanced filter under the data menu.
That will allow you to get a list of unique values and put them anywhere on the same sheet.
 
Upvote 0

Forum statistics

Threads
1,224,541
Messages
6,179,418
Members
452,912
Latest member
alicemil

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