Forum Discussion
KofC9282
Jan 11, 2025Copper Contributor
Item Count
How do I do a count of items with values within a given column within my spreadsheet?
To count the number of non-blank cells in column D:
=COUNTA(D:D)
To count the number of cells containing a number value in column D:
=COUNT(D:D)