Vlookup and iferror formula question
I am writing a vlookup formula and I get a #NO MATCH Error. I want to remove the error and give a result of 0 which seems pretty straight forward.
The formula I wrote looks like this : =VLOOKUP(SO@row, {Machine File Oven A Range 1}, 9, false)
When I add the iferror formula it looks like this:
=IFERROR(=VLOOKUP(SO@row, {Machine File Oven A Range 1}, 9, false), 0)
The problem I am having is that now all of my results come through as 0 instead of the values that should be pulled. I am sure this is an easy fix, but I need some help. Am I writing the iferror formula in the wrong place? If anyone can help let me know.
Thanks!
Best Answer
-
Remove the equals sign from immediately before the VLOOKUP function.
Answers
-
Remove the equals sign from immediately before the VLOOKUP function.
-
Yes it worked! Thanks for the quick help, I should have asked much sooner.
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.5K Get Help
- 447 Global Discussions
- 144 Industry Talk
- 480 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 72 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!