-First you need to create a header in row1 and your datat start from A2:A10Originally Posted by bconnor
-In the menu select Data > Filter > Advanced Filter > under Action select Copy to another location > List range: select A1:A10 (of couse including a header) > Copy to: select your empty cell B1 > click Unique recods only > click OK. Now you have all the unique record in B1:B10
- Formula in C2 =COUNTIF($A$2:$A$10,B2)
- Drag from C2 to C10
Bookmarks