Hi guys, been playing with excel a lot recently and I've finally come unstuck. I have a formula that happily tells me how many unique entries there are in a column of dates C11:C995 in dd/mm/yyyy format. The formula is
=SUM(IF(FREQUENCY(C11:C995,C11:C995)>0,1))
However, I have sorting and filtering on this list, and when only say half the results are being shown, this formula is still calculating based on ALL the results, including those hidden. I was overjoyed to learn of the SUBTOTAL function and the 10X numbers to ignore hidden rows, but I failed to find a way to impliment it into the frequency range anywhere.
Any help? :/
_________________________________
Leozack
=SUM(IF(FREQUENCY(C11:C995,C11:C995)>0,1))
However, I have sorting and filtering on this list, and when only say half the results are being shown, this formula is still calculating based on ALL the results, including those hidden. I was overjoyed to learn of the SUBTOTAL function and the 10X numbers to ignore hidden rows, but I failed to find a way to impliment it into the frequency range anywhere.
Any help? :/
_________________________________
Leozack
Code:
MakeUniverse($infinity,1,42);