Blank cell when no data is yet input with a vlookup

amy pelayo
✭✭✭✭
I have a vlookup formula to calculate a return however, when there is no input yet, the cell is showing #no match, I would like it to be blank until the cell is used. I cannot remember what to end my formula with:
=VLOOKUP(Stage11, ({2020 PickList Range 1}), 2, false) showing = #NO MATCH
Answers
-
You would wrap it in an IFERROR function.
=IFERROR(VLOOKUP(Stage11, ({2020 PickList Range 1}), 2, false), "")
-
Thanks Paul! Your the best! I figured it was the iferror however when I was trying to use it, I was forgetting another ")".
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 516 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 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!