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)


Posted on May 9, 2023 3:20 PM

Reply
Question marked as Top-ranking reply

Posted on May 9, 2023 7:09 PM

Those functions need an array/range as the first parameter. You can turn your four cell references into an array using the { } brackets


=C2/COUNTIF({E2,G2,I2,K2},TRUE)

3 replies

May 10, 2023 2:24 PM in response to Ruckus72

In cell F2 it would be =IF(E2,$C2/COUNTIF({$E2,$G2,$I2,$K2},TRUE),0)

Put it in that cell. Make sure it has the $ signs where indicated.

Fill down to complete that column. The cell reference row numbers will adjust for the correct row.

Copy paste that column of formulas to the other columns that need the formula. The E2 in the formula will adjust so it refers to the correct checkbox.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Numbers Formula Issue

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.