Using the CONTAINS function
I am attempting to add a search criteria to an existing function. The current, working function is
=SUMIFS({Total Seat Count}, {Region}, ="US East") + SUMIFS({Total Seats Archive}, {Region Archive}, ="US East")
I would like to create a new function that will specify a count with a specific unit name "VFX" found in the column "VM Name".
=SUMIFS({Total Seat Count}, {Region}, ="US East", ({VM Name}, CONTAINS("VFX", @cell)) + SUMIFS({Total Seats Archive}, {Region Archive}, ="US East") + 43)
I believe I am formatting this as given in this example on SS:
([Sold Date], CONTAINS("1:55 AM", @cell))
However, I get unparseable so can't figure out where I am going wrong.
Answers
-
Was the first formula copied correctly? There is a mismatch in the number of opening/closing parentheses in both formulas.
-
I think so. First formula works great, and has been for over a year
-
I'm not sure if this is what you are looking for. I removed a couple of parentheses that I'm not sure should have been there.
=SUMIFS({Total Seat Count}, {Region}, ="US East", {VM Name}, CONTAINS("VFX", @cell)) + SUMIFS({Total Seats Archive}, {Region Archive}, ="US East") + 43
-
I get "#INCORRECT ARGUMENT SET". When I try that.
-
Well, I think I have it.
=SUMIFS({Total Seat Count}, {VM Name}, CONTAINS("us-e-vfx", @cell), {Region}, "US East")
Seems to work but the SUM is off...I'll work that out
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!