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
- 67.9K Get Help
- 474 Global Discussions
- 207 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!