I have a very simple need to generate a count of how many boxes are "marked for disposal" via counting how many cells boxes are checked in a certain column, I have attached a screenshot. The formula is not working, it has given me a count of 0 when placed in text only cell and it does not give me anything when it is in the checkbox cell even though the column is not restricted to check box use only. Help! I have tried both of the below formulas:
=SUMIF([TEMP COLUMN]6:[TEMP COLUMN]25, =1)
=COUNTIF([TEMP COLUMN]6:[TEMP COLUMN]25, =1)