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.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 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!