Forum Discussion
djwebb
Dec 16, 2018Copper Contributor
naming a collum
Hi Im wondering if someone can help, im creating a table of a list of names both first and last names and I need to keep a count of how many people there are. Is there a way of renaming the column s...
Detlef_Lewin
Dec 16, 2018Silver Contributor
Hi,
what is the connection between counting entries and the column header?
Counting is simply:
=COUNTA(A:A)
or when formatted as a table:
=COUNTA(Table1[First name])