Need Help with a "SumIfs" Formula

Options

=SUMIFS({Budget}, {Project Type}, {Project Intake Range 1}, =Complete).


The "Project Intake Range 1" is a column with "Not Started," "In Progress," "Complete". I want the sum if the "Project Intake Range 1" is "in Progress" or 'Not Started."

Best Answer

  • Mike TV
    Mike TV ✭✭✭✭✭✭
    Answer ✓
    Options

    @RonaldoW

    Hi Ronaldo. What is the reason you called on {Budget} or {Project Type} ranges? If you only want {Project Intake Range 1} that equals "in Progress" or "Not Started", this is what you can use:

    =COUNTIF([Project Intake Range 1}, ="In Progress") + COUNTIF({Project Intake Range 1}, ="Not Started")

Answers

  • Mike TV
    Mike TV ✭✭✭✭✭✭
    Answer ✓
    Options

    @RonaldoW

    Hi Ronaldo. What is the reason you called on {Budget} or {Project Type} ranges? If you only want {Project Intake Range 1} that equals "in Progress" or "Not Started", this is what you can use:

    =COUNTIF([Project Intake Range 1}, ="In Progress") + COUNTIF({Project Intake Range 1}, ="Not Started")

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!