It seems I should be able to do this with subtotal but am not getting the correct answer. I have a list of data from a .txt file that is imported into excel. I need to be able to count the number of unique instances an account number is displayed....
Example of imported list
1234
1234
1234
1235
1235
1236
The desired result would be 3 total unique instances:
1234....1
1235....1
1236....1
It does not matter if this is done via VBA, a formula (dont know how that would work) or a function.
Example of imported list
1234
1234
1234
1235
1235
1236
The desired result would be 3 total unique instances:
1234....1
1235....1
1236....1
It does not matter if this is done via VBA, a formula (dont know how that would work) or a function.