excel - Eliminating duplicates such that the only records that remain were unique -


i couple of examples solve following condition:

i have record set duplicates similar in single column:

a b b c c c d f f 

is there excel function or vba code display records not duplicated? (true count of 1)

in above example, such function or code return records "a" , "d".

i have pivot table solution, looking individual not want use pivot table.

maybe, if a in a2, a1 not contain a , list sorted, in b2 , copied down suit:

 =(a2<>a1)*(a2<>a3)   

then filter select 1 in columnb.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -