SUMIFS Formula Returning 0
Hello,
I have sheet where I am trying sum the total number of hits in the month of January if the text in one column matches text in a rand of cells on another sheet.
I am using =SUMIF(Title:Title, CONTAINS(@cell, {Cafe}), [# of Views]:[# of Views]) just to count the total number of hits.
I am usi8ng =SUMIF([Last Viewed On]:[Last Viewed On], IFERROR(MONTH(@cell), 0) = 1, [# of Views]:[# of Views]) to count the number of hit in January.
I tried marrying together - =SUMIF(Title:Title, CONTAINS(@cell, {Cafe}, [Last Viewed On]:[Last Viewed On], IFERROR(MONTH(@cell), 0) = 1, [# of Views]:[# of Views])) but I am getting a return o 0.
I am stumped, please help
Example of sheet below
Answers
-
I hope you're well and safe!
Try something like this.
=SUMIF(Title:Title, CONTAINS(@cell, "Cafe", [Last Viewed On]:[Last Viewed On], IFERROR(MONTH(@cell), 0) = 1, [# of Views]:[# of Views])
Did that work/help?
I hope that helps!
Have a fantastic weekend & Happy New Year!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Thanks Andrea, same result. The {CAFE} is a sheet reference .to a range of cells on another sheet
-
I figured this out after killing my brain.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!