How to get unique values in a column using excel formula
问题 I have Excel Data like below JID Val 1001 22 1030 6 1031 14 1041 8 1001 3 2344 8 1030 8 2344 6 1041 8 How do i get the unique JID values like below using formula? UJID 1001 1030 1031 1041 2344 回答1: You can use the remove duplicate function Select the column range Go to Data Tab then click on Remove Duplicates 回答2: Here is a solution to get a list of unique items from your tables There is two parts to this solution. Part 1) Unique Count {=SUM(IF(FREQUENCY(IF($A$2:$A$10<>"",MATCH($A$2:$A$10,$A