Hi,
I want to refresh stock values with VLOOKUP but it does not find any value and shows 0. Please check in C2.
What should I change in the function?
Thank you
Tamas
Hi,
I want to refresh stock values with VLOOKUP but it does not find any value and shows 0. Please check in C2.
What should I change in the function?
Thank you
Tamas
Last edited by tamassafrany; 06-03-2021 at 09:42 AM.
I think you should add false to your equation, like... =VLOOKUP(B2,$G$1:$H$7417,2,FALSE)
otherwise I believe it is defaulting to true which will look for approximate matches instead of exact matches.
Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
Sam Capricci
it will return #N/A for no matches so you might want to add something like an IFERROR to handle the #N/As
like =IFERROR(VLOOKUP(B2,$G$1:$H$7417,2,FALSE),"") or =IFERROR(VLOOKUP(B2,$G$1:$H$7417,2,FALSE),"not found")
is =VLOOKUP(B2,$G$1:$H$7417,2,0) any closer. You have not put the last parameter in for an exact match
Your formula was incomplete
=VLOOKUP(B2,$G$1:$H$7417,2,FALSE) and copy down
Alan עַם יִשְׂרָאֵל חַי
Change an Ugly Report with Power Query
Database Normalization
Complete Guide to Power Query
Man's Mind Stretched to New Dimensions Never Returns to Its Original Form
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks