Hi Guys,
I've got Column (Pretend it's A) and I need to count the unique values. An example being:
Should return a count of 4.![]()
Col A 1 2 3 4 4 3 2 1
Without using the COUNTIF Excel Macro is there an easier way of doing this other than:
Thanks,![]()
-Copying the Column -Pasting to new i.e. Column B -Remove duplicates -Count Column B - Delete Column B -Return count
Bookmarks