Stuart has attended:
Excel Advanced course
Counting items in columns.
Can you please advise the best way to count the number of items which are listed in a column. ( eg a list of names attending a conference?)
thanks
Using COUNTA to count items in columns
Hi Stuart,
I would use the COUNTA() function.
Counts the number of cells that are not empty and the values within the list of arguments. Use COUNTA to count the number of cells that contain data in a range or array.
So if you have a list of people from cells A1 to H1, the calculation would be =COUNTA(A1:H1)
Good luck.
Regards, Rich