Forum Discussion
gizmo385
Oct 19, 2022Copper Contributor
excel lottery
need to know how to count skips in a column want to count skips each time i update it.
lunchtimeresults
Jan 24, 2023Copper Contributor
To count the number of skips in a column, you can use a formula that counts the number of blank cells in that column. In Google Sheets, the formula to use is =COUNTBLANK(range), where range is the range of cells you want to count the blank cells in. For example, if your column is A and you want to count the blank cells in A1:A100, the formula would be =COUNTBLANK(A1:A100).
You can also use conditional counting formula like =COUNTIF(A1:A100,"") if you want to only count blank cells.
You can then set up a script or macro to automatically update the count each time the column is updated. https://lunchtimeresult.co.za/