I have a column of number with over a 1000's cells, each cell containing a particular 8 digit number. My problem is I only want to count each digit once, but the digit could appear numerous times in the column.
What is the formula for counting how many individual numbers there is but if it appears say 3 times, its only to be counted once
I have being trying the formula's you have given and I am getting that circular reference error
The numbers are in cell i10 to i1462.number example = 100142627Many Thanks.I have being trying the formula's you have given and I am getting that circular reference error
Triggster 10 Mar 16:35 http://www.brainbell.com/tutorials/ms-office/excel/Count_Only_One_Instance_O... explains how
Excellent site Triggster, never knew it exsisted, going of to study it in depth now. cheers
Triggster 10 Mar 16:35 http://www.brainbell.com/tutorials/ms-office/excel/Count_Only_One_Instance_Of_Each_Entry_In_A_List.htm explains howExcellent site Triggster, never knew it exsisted, going of to study it in depth now. cheers
=SUM(IF(FREQUENCY(A2:A10,A2:A10)0,1)) the more than symbol did not show in front of the last 0 as typed and should be inserted before the last 0
Just for future reference ~=SUM(IF(FREQUENCY(A2:A10,A2:A10)0,1))the more than symbol did not show in front of the last 0 as typedand should be inserted before the last 0