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
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 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!