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
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives