tags:

views:

66

answers:

2

If I have an Excel sheet with lets say 2 columns Name | Age, and in the Name column I have some 2000 entries and some of them repeat more than once in a random order, how can I populate the Age column inserting the value only once for each unique record from the Name column?

Excel noobie, so sorry if the question seems stupid.

Thanks!

A: 

One solution could be to use the advanced filter to copy unique values.
Alternatively you could use a countif() to identify the duplicates.
Sorting by name could also be of help.

iDevlop
+1  A: 

Solved with pivot tables and VLOOKUP!

Alex
You should accept some answer...
Y. Shoham