Hi guys,
In a spreadsheet, I want the cells in column A to return the number of unique occurrences in column C, taking into consideration the number of rows.
I was suggested the formula =TRUNC(IF(LEN(C$2:C3),SUMPRODUCT(1/COUNTIF(C$2:C3,C$2:C3))),0), in cell A2 and forward, and it does work. However, since I often have around 2,000 rows of data, it takes a very long time to calculate this worksheet (around 4 minutes).
Does anyone know how I can do this using the COUNTU function. I realize the calculation would be lighter that way.
I am sorry I don't have the example attached, but I am having a hard time trying to attach a file.
Thanks in advance!
Bookmarks