Forum Discussion

KofC9282's avatar
KofC9282
Copper Contributor
Jan 11, 2025

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)

Resources