Multiple equations under SUMIF or SUMIFS
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
-
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
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!