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 :-)
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.7K Get Help
- 438 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 509 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 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!