Vlookup - Reference another Sheet
I have entered Vlookup but getting #NoMatch error. Feels like something is not right in my formula. Can anyone please help?
When I type true as match type, the value started appearing but with false nothing shows up.
Best Answers
-
Check the starting column of your range is equivalent column to customer name on the other sheet and you count the columns from there...
Example I want to take the Date from sheet 1 to sheet 2 if my DEP code matches so:
=vlookup(Depcode@row, {Sheet a /1 Range 4}, 2,false)
As you can see, I started at the DEP column as this is equivalent to my Depcode@row on sheet 2, I then chose column 2 as you count the columns starting with 1 first column highlighted.
Hope this helps ...
If not put a snapshot of your other sheet if possible? :)
-
Ok so do not select the whole table start at Customers columnand select from there.... so then your column number needs to be 10 :)
Answers
-
Can you take a snip of the range you are looking up ? I believe this is the issue... and I will try assist x
-
Check the starting column of your range is equivalent column to customer name on the other sheet and you count the columns from there...
Example I want to take the Date from sheet 1 to sheet 2 if my DEP code matches so:
=vlookup(Depcode@row, {Sheet a /1 Range 4}, 2,false)
As you can see, I started at the DEP column as this is equivalent to my Depcode@row on sheet 2, I then chose column 2 as you count the columns starting with 1 first column highlighted.
Hope this helps ...
If not put a snapshot of your other sheet if possible? :)
-
I am selecting the whole table, but feel like it's not picking the whole table. When I type true as match type, the value started appearing but with false nothing shows up.
-
Alternatively you may have the right range...
Is the Company names capitalised on both sheets ??? sometimes the letter casing can effect formulas ?? :)
-
Ok so do not select the whole table start at Customers columnand select from there.... so then your column number needs to be 10 :)
-
@Stacy Meadows Thanks, getting my answers correct :)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 464 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!