Excel, divide by number of filled cells
Solved
tonyynot
-
tonyynot -
tonyynot -
Hello,
.
Here's how to divide by the number of filled cells:
In a new cell, you can use the formula `=10/COUNTA(A1:A10)`.
This will divide 10 by the number of non-empty cells from A1 to A10, which in your example is 3.
.
Hope this helps!
.
Here's how to divide by the number of filled cells:
In a new cell, you can use the formula `=10/COUNTA(A1:A10)`.
This will divide 10 by the number of non-empty cells from A1 to A10, which in your example is 3.
.
Hope this helps!