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.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives