Help with Sumifs Formula

Hello,


I am trying to sum totals in one column based on criteria in three other columns.

Sum of totals in one cell based on the approval status, classification of the expense in the other columns.

=SUMIFS(Total Projected Cost:Total Projected Cost,Classification of Request:Classification of Request,"T&E",Approval Status:Approval Status,"Approved")


Result is consistently unparseable, regardless of what I am changing. Help please!

Tags:

Answers

  • Kelly P.
    Kelly P. ✭✭✭✭✭✭

    @ClaireWallace

    You just need brackets around the column names:

    =SUMIFS([Total Projected Cost]:[Total Projected Cost], [Classification of Request]:[Classification of Request], "T&E", [Approval Status]:[Approval Status], "Approved")

    Hope this helps!

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!