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.
gizmo385
Oct 20, 2022Copper Contributor
what i wanted it to do is number the skips 1234 then skipmathetes hits then count and number the skips.
Shiming
Jan 24, 2023Copper Contributor
Hi
Not sure if that's what you want.
Assume you will have another column to number the skips.
The first cell of the column will be =IF(O4="",1,"")
The second cell of the column will be =IF(O5="",MAX($P$4:P4)+1,"")
Just fix the first cell in the max function range and don't fix the end cell of the range.
Not sure if that's what you want.
Assume you will have another column to number the skips.
The first cell of the column will be =IF(O4="",1,"")
The second cell of the column will be =IF(O5="",MAX($P$4:P4)+1,"")
Just fix the first cell in the max function range and don't fix the end cell of the range.