SUMIFS formula help needed

Ro W
Ro W ✭✭✭
edited 08/28/23 in Formulas and Functions

I am trying to add the value in the Time Spent(hours) column if the Project Commitment - Quarter is equal to Q3 2023 and if the Primary POC - Owns Updates is equal to a resource name. Here is the formula that I have that keep son returning as unparseable.

=SUMIFS([Time Spent(hours)], [Project Commitment - Quarter], "Q3 2023", [Primary POC - Owns Update], "George")

Best Answer

  • DKazatsky2
    DKazatsky2 ✭✭✭✭✭✭
    Answer ✓

    Hi @Ro W ,

    You're ranges aren't quite right. Try this.

    =SUMIFS([Time Spent(hours)]:[Time Spent(hours)], [Project Commitment - Quarter]:[Project Commitment - Quarter], "Q3 2023", [Primary POC - Owns Updates]:[Primary POC - Owns Updates], "George")

    Hope that helps,

    Dave

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!