Hi
I need to count the number of unique values on my worksheet. I have a formula that works fine when i enter the start and end point
I need to find them in an entire column a:a and this doesnt work. Also, i would ideally like to have this as a macro using application.worksheetfunction syntax but dont know how to do this.
Can anyone help?
Thanks
Graham
I need to count the number of unique values on my worksheet. I have a formula that works fine when i enter the start and end point
Code:
=SUM(IF(FREQUENCY(MATCH(A1:A10,A1:A10,0),MATCH(A1:A10,A1:A10,0))>0,1))
I need to find them in an entire column a:a and this doesnt work. Also, i would ideally like to have this as a macro using application.worksheetfunction syntax but dont know how to do this.
Can anyone help?
Thanks
Graham