Probably dead easy but we are stuck. We have a column in excel, say Column B. I need some code that will loop through the column until there is no more data, and also to not count duplicates. I have done this but usung quite a bit if code. Is there a built in func that will do this. eg.
Col B
1
2
3
4
4
5
The code would return just 5, NOT 6 ie. 4 is duplicated.
Thanks,
Nick
Col B
1
2
3
4
4
5
The code would return just 5, NOT 6 ie. 4 is duplicated.
Thanks,
Nick