Formulas and Functions

Formulas and Functions

Ask for help with your formula and find examples of how others use formulas and functions to solve a similar problem.

Need another set of eyes on SUMIFS formula in Sheet Summary

✭✭✭✭
edited 01/06/25 in Formulas and Functions

Hi and Happy New Year,

Hope all is going well for you.

In the Project Intake Sheet, I'm using the Sheet Summary to calculate metrics for reporting. On this particular formula, I keep getting #UNPARSABLE. I haven't been able to figure it out all day. Appreciate any input you may have!

Goal:

To sum the values in the ARR column of Intake Sheet for projects with a status of "In Progress" or "On Hold"

Formula:

=SUMIFS([ARR]:[ARR], ([Project Status]:[Project Status], "In Progress"), OR(AND[Project Status]:[Project Status], "On Hold), [Year Started]:[Year Started], "2024"))

Columns:

ARR is a Dollar amount

Best Answer

  • Community Champion
    Answer ✓

    Hello @Kathy PPT

    Something like this perhaps?

    =SUMIFS([ARR]:[ARR], [Project Status]:[Project Status], "In Progress", [Year Started]:[Year Started], "2024") + SUMIFS([ARR]:[ARR], [Project Status]:[Project Status], "On Hold", [Year Started]:[Year Started], "2024")

    https://www.linkedin.com/in/zchrispalmer/

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!

Trending in Formulas and Functions