Counting text from form submissions
RyanFoltz
✭✭
Hello,
I am trying to count the number of times a word is selected from a drop-down menu by quarter
Here is my formula. I keep getting #unparsible
=COUNTIFS(FIND("topic",{2022 Tracker Range 1}>0, {2022 Tracker Range 1}, "Q1"}
I have even tried with contains, and I have the same issue.
Please help!!!
Answers
-
Hey @RyanFoltz
The syntax of COUNTIFS is COUNTIFS(range1, criteria1, range2, critera2, etc). I fixed the CountIfs syntax and added the @cell to the CONTAINS.
=COUNTIFS({2022 Tracker Range 1},CONTAINS("topic", @cell), {2022 Tracker Range 1}, "Q1")
Kelly
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 61 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives