Hi Guys me again,
I'm trying to count column M:M for distinct values and something that doesn't take all day to get the result back. I did use this formula, but it plays upon large amounts of data.
=SUMPRODUCT((Data!M2:M6177<>"")/COUNTIF(Data!M2:M6177,Data!M2:M6177&""))
Is there a code that...