Numbers Formula Issue
I would like to create a formula that takes... but I dont seem to understand by COUNTIF isn't working...
What I want is to enter..
1) A value at (C2)
2) (a formula that) Divides that Value by how many clicked checkboxes in a specified range...
I'm horrible at this... I tried...
=C2 / (SUM(COUNTIF (E2, G2, I2, K2, True))
=C2 / SUMIF (E2, G2, I2, K2, True)