Calculating CountIfs using multiple criteria in the same column.

AnthonyCasazza
edited 11/09/23 in Formulas and Functions

Looking to get help with this calculation. Currently trying to calculate Active Projects by Size using the below formula, referencing our Project Intake sheet (external sheet reference) that is our source of truth.

In the formula below, I am looking to get the CountIfs formula to count how many rows have "Analysis: Approved - Active" and "Project: Approved - Active" listed in our "Intake Status" column.

I can get it to calculate for either "Label$10" or "Label$11" but not both in the same row. I have tried using CountIFS with OR but still am not getting the numbers needed

Formula: =COUNTIFS({Project Size}, Label@row, {ProjectProgram}, "Project", {Intake Status}, Label$10, {Intake Status}, Label$11))

Error being thrown is #UNPARSEABLE


Answers

  • Found my own solve --


    =COUNTIFS({Project Size}, Label@row, {Intake Status}, Label$9, {ProjectProgram}, "Project") + COUNTIFS({Project Size}, Label@row, {Intake Status}, Label$11, {ProjectProgram}, "Project")

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!