I am creating a Sheet Summary that will later be used in a dashboard.
I am creating a Sheet Summary that will later be used in a dashboard. I am trying to sum up the number of calls presented in the month of January that were received by the Info Center and Info Center Callbacks queues. I have the formula =SUMIF([CSQ Name]:[Month], AND(OR(@cell = "Info Center", @cell = "Info Center Callbacks") @cell = "January 2023"), [Calls Presented]:[Calls Presented]) but I am receiving #unparseable.
How can I sum the number of calls based of and or criteria in one column and and and criteria of another column.
Best Answer
-
Hey @blmccue
Try this
=SUMIFS([Calls Presented]:[Calls Presented], Month:Month, "January 2023", [CSQ Name]:[CSQ Name], CONTAINS("Info", @cell))
Since both of the call center names contained the string "Info", I used a CONTAINS function in place of the OR(). The OR would also work.
Will this work for you?
Kelly
Answers
-
Hey @blmccue
Try this
=SUMIFS([Calls Presented]:[Calls Presented], Month:Month, "January 2023", [CSQ Name]:[CSQ Name], CONTAINS("Info", @cell))
Since both of the call center names contained the string "Info", I used a CONTAINS function in place of the OR(). The OR would also work.
Will this work for you?
Kelly
-
Hi, Kelly! Thank you and yes that works!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 202 Industry Talk
- 430 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!