SUMIFS Formula issue
I'm trying to write a formula in Smartsheet where it pulls the cost of an asset into a column if it matches the request and the replacement year:
=SUMIFS([Vessel Replacement Cost]@row, [Replace Year]@row = "2021", AND(Request@row = "Replacement"))
This is pulling ALL requests into the column where the asset is a replacement no matter the year. Not sure what is wrong with my formula. Maybe I am overthinking this???
Comments
-
Give this one a try...
=IF(AND([Replace Year]@row = 2021, Request@row = "Replacement"), [Vessel Replacement Cost]@row)
-
That worked! Thanks Paul, I will be posting some more questions soon as I am working on a large project.
-
Happy to help!
Post away. I don't claim to know everything, but between everyone else on the community there isn't much we can't help with.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66K Get Help
- 429 Global Discussions
- 149 Industry Talk
- 488 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 153 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives