Detecting #No Match
RayB
✭✭
Using VLOOKUP to check if a name entered via a form appears in a different sheet. If the name does appear then it pulls values from that other sheet. This all works fine. What I would like to do is build some processes when the name does not match - this appears as #No Match in the related VLOOKUP cells. I want to use that to set a value in a helper column (to trigger other processes) but I can't work out how to test for it. Any suggestions I can try ?
Best Answer
-
Try an IF/ISERROR combo.
=IF(ISERROR([Column Name]@row), "Not Good")
Answers
-
Try an IF/ISERROR combo.
=IF(ISERROR([Column Name]@row), "Not Good")
-
that works perfectly - thanks Paul :-)
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!