Hello,
In column C I have a list of Course Titles, stored as text. There are 50 rows.
In column L I want to display the number of times the value in that row's column C appears in the whole of column C.
I have tried the following array formula in L2:
But because the values are stored as text, each row is counting 0.{=COUNT(IF(C2=$C$2:$C$51,$C$2:$C$51,""))}
I then tried a COUNTA instead as follows:
But that seems to be counting the whole of column C, not the number of occurrances.=COUNTA(IF(C2=$C$2:$C$62,$C$2:$C$62,""))
Grateful for any pointers.
Thanks,
HE
Last edited by headexperiment; 08-30-2011 at 06:15 AM. Reason: Solved
Try: =COUNTIF($C$2:$C$62, C2) and pull down
"Relax. What is mind? No matter. What is matter? Never mind!"
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks