Formula to count based on 2 conditions (Check boxes sheet)

TaliRXM
TaliRXM ✭✭✭
edited 02/15/23 in Formulas and Functions

I have a sheet that has a few check columns.

I need a formula that will calculate 2 conditions: checked in a certain column but also submitted in the same row. Meaning I need a count of only the ‘Other’ that were ‘Submitted’ (it will be only 1 on the example below).











Here is a few formulas I have created:

=COUNTIF(AND((ASTRO1:ASTRO63, true), ([Submitted Abstracts Total]1:[Submitted Abstracts Total]63, true)).

says ‘#UNPARSEABLE’

Or

=COUNTIF(AND({ASTRO1:ASTRO63, true), ([Submitted Abstracts Total]1:[Submitted Abstracts Total]63, true})

Says: ‘#INCORRECT ARGUMENT SET’

Any suggestion for a correct formula?

Thanks!

Tali

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!