How am I using this Formula wrong?
I get a "#INVALID COLUMN VALUE" error from this formula.
Best Answer
-
The Has() as well as the Contains() Functions have to be used as part of another Formula. As It only returns True or False. So instead try
=IF(Has(Testing1:Testing13,13),"Value you want it to return if True","Value you want it to return if False")
If you omit the False portion of the formula it will return a blank.
If you found this comment helpful. Please respond with any of the buttons below. Awesome🖤, Insightful💡, Upvote⬆️, or accepted answer. Not only will this help others searching for the same answer, but help me as well. Thank you.
Answers
-
The Has() as well as the Contains() Functions have to be used as part of another Formula. As It only returns True or False. So instead try
=IF(Has(Testing1:Testing13,13),"Value you want it to return if True","Value you want it to return if False")
If you omit the False portion of the formula it will return a blank.
If you found this comment helpful. Please respond with any of the buttons below. Awesome🖤, Insightful💡, Upvote⬆️, or accepted answer. Not only will this help others searching for the same answer, but help me as well. Thank you.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!