Multiple equations under SUMIF or SUMIFS

Options

Can I create an equation that will sum and multiply multiple times in one equation - basically combining these individual equations that work alone? Tried a SUMIF and SUMIFS versions but keep getting Invalid operation when I try to combine:

=SUM(JUL@row:[JUN25]@row) * [INFLATION 2024 5%]@row

=SUM([JUL25]@row:[JUN26]@row * [INFLATION 2025 5%]@row

=SUM([JUL26]@row:[JUN27]@row * [INFLATION 2026 5%]@row

Answers

  • Nic Larsen
    Nic Larsen ✭✭✭✭✭✭
    edited 05/06/24
    Options

    Does this work? I mocked up something I think is similar and it worked in testing:

    =SUM(JUL@row:[JUN25]@row) * [INFLATION 2024 5%]@row + SUM([JUL25]@row:[JUN26]@row) * [INFLATION 2025 5%]@row + SUM([JUL26]@row:[JUN27]@row) * [INFLATION 2026 5%]@row

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!