HELP - Contains IF
Hi,
Please help. Can't understand why the below not working.
Helper is check box but I'm getting blanks. :-(
Thanks much
Kimbh ✭✭✭
Hi, how do I do a formula that will count keyword or keyword phrase? For example: How do I count have many times in a column the phrase "6.12 applies" was used.
Thank you
Answers
- Staylo95 ✭✭✭✭
- 06/20/23
- This should work if you sub out the primary column for the range you want to count: =COUNTIF([Primary Column]:[Primary Column], CONTAINS("6.12 applies", @cell))
Answers
-
Hi @Caravan
I used this formula (seems to be the same as yours):
=IF(CONTAINS("/", Owner@row), 1, 0)
and received the proper value of 1. Here's what it looks like:
Here it is with the column type changed to checkbox:
-
Thank you Ray.
I've converted column to text just to see if it makes any differences b/c I'm stumped. Basically, it's not recognizing the "/".
Finally, found the culprit. Owner column was a 'contact list'. I guess you can't search strings if the column property is 'contact list'. Hmmm
-
-
CONTAINS does not work on contact type columns but the FIND function does.
=IF(FIND("/", Owner@row)> 0, 1)
Help Article Resources
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
Check out the Formula Handbook template!