Help with a SUMIFS formula?
PKane
✭✭✭✭
Hello Community Peeps!
Hoping someone can help me figure out how to create a SUMIFS formula that will only Sum the projected cost columns for AC/DC/HVAC/GB if the year is 2023, 2024, 2025, etc?
Answers
-
It's kind of hard to tell what's going on in this table -- where is the sum going? Is it a column or a row? And what do you mean by "etc"? If you are trying to create a column formula that looks across each row, you could do something like (not pretty):
=IF(ACYear@row>=2023, ACCost@row,"")
+ IF(DCYear@row>=2023, DCCost@row,"")
Etc, all the way down your columns.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 430 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 301 Events
- 39 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!