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 ")".
-
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!