Counting formula-checked check boxes in sheet summary column - returns Invalid Data type

Hello,

I am working on a project that is counting checked checkboxes that are checked via a column formula. I have tried changing to a COLLECT and a VALUE function but neither seem to work.

Summary Formula currently: =COUNTIF(VALUE([At Risk]:[At Risk]), =1) - Returns Invalid Data Type

Checkbox column formula: =IF(OR((AND([% Complete]@row <= 0.5, NETWORKDAYS(TODAY(), Finish@row) <= 10)), (AND([% Complete]@row <= 0.75, NETWORKDAYS(TODAY(), Finish@row) <= 5)), (AND(Status@row = "Not Started", NETWORKDAYS(TODAY(), Finish@row) <= 5)), AND([% Complete]@row < 1, Finish@row < TODAY())), 1)

Any help would be appreciated!

Best Answer

  • bisaacs
    bisaacs ✭✭✭✭✭
    Answer ✓

    Hey @Mross0878,

    In your At Risk column, are there any cells that show "Invalid Data Type"? I just discovered that if a row in the At Risk column has "Invalid Data Type", that also gets sent to the Summary Field.

    If my response was helpful in any way (or answered your question) please be sure to upvote it, mark it as awesome, or mark it as the accepted answer!

    I'm always looking to connect with other industry professionals, feel free to connect with me on LinkedIn as well!

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!