SUMIF using CONTAINS from a different sheet
Hello!
I am trying to sum from a certain column when another column contains the word "RSMAS", this is what I am trying and it doesn't seem to work:
=SUMIF({Completed Request - Safe Return to Campus Range 2}, CONTAINS("RSMAS", {Completed Request - Safe Return to Campus Range 3}))
Any ideas?
Thank you!!
Best Answer
-
My apologies. I missed the SUMIF part. It's been a long day...
=SUMIF({Column Housing Text}, CONTAINS("RSMAS", @cell), {Column You Want To Sum})
Answers
-
Try this...
=SUMIF({Completed Request - Safe Return to Campus Range 2}, CONTAINS("RSMAS", @cell))
"@cell" basically tells the formula to evaluate the previously established range on a cell by cell basis.
-
Hey Paul,
Nope that doesn't work I get #INVAID REF. The two columns are not next to each other, does that make a difference?
-
My apologies. I missed the SUMIF part. It's been a long day...
=SUMIF({Column Housing Text}, CONTAINS("RSMAS", @cell), {Column You Want To Sum})
-
No need to apologize!
It worked! Thank you so much, and I hope you get some rest this evening ☺️
-
Happy to help! 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!