SUMIFS with Date Range & Condition

Hello Smartsheet Community,

I am hoping you can help me with this simple formula.

=SUMIFS([Start Date]:[Start Date], <=DATE(2024, 3, 1), Timeline:Timeline, "Tender Submitted", [Quote Total]:[Quote Total])

It is coming back as an invalid operation. Can you help?

Thank you in advance.

Tags:

Best Answer

  • JamesB
    JamesB ✭✭✭✭✭✭
    Answer ✓

    @Chloe MB When writing a SUMIFS, the first argument is what to sum, then range, then criterion.

    I think based on the formula above, you would want to adjust it to read this way.

    =SUMIFS([Quote Total]:[Quote Total],[Start Date]:[Start Date], <=DATE(2024, 3, 1), Timeline:Timeline, "Tender Submitted")

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!