Vlookup result blank instead of N/A or 0

ensburg

New Member
Joined
Apr 30, 2020
Messages
5
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
Hi All,

I did this formulas below but they doesn't work.

Could help someone whats wrong with it?

=IFERROR(VLOOKUP(@J:J;'https://xxx.sharepoint.com/sites/teamwork/yyyy/zzzz/[2020.xlsx]05'!$1:$1048576;5;FALSE),"")
Also tried this one:
=IF(LEN(VLOOKUP(@J:J;'https://xxx.sharepoint.com/sites/teamwork/yyyy/zzzz/[2020.xlsx]05'!$1:$1048576;5;FALSE))=0,"",VLOOKUP(@J:J;'https://xxx.sharepoint.com/sites/teamwork/yyyy/zzzz/[2020.xlsx]05'!$1:$1048576;5;FALSE))

It should work but i'm keep getting this message in all formulas.
1588780304657.png
 

Attachments

  • 1588780363004.png
    1588780363004.png
    11.8 KB · Views: 1

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
so "=VLOOKUP(What you want to look up, where you want to look for it, the column number in the range containing the value to return, return an Approximate or Exact match – indicated as 1/TRUE, or 0/FALSE). "

what is @J:J
 
Upvote 0
what is @J:J

In column J there that i'm looking for in other spreadsheet. This was added automaticaly by excel when i'm created the formula. (maybe thats needed, because the workbook is file server. I'm just gues as i'm not and expert.)
 
Upvote 0
vlookup will only return the first searched for value in a sorted list, try some known values there

your second code i'm not sure of, searching for len zero is foreign to my brain
 
Upvote 0
With @J:J you don't need to specify every single row, that means use the whole column. so you don't have to put J2, J3 etc.
BTW even if i replace the @J:J with J2 its doesnt work.
 
Upvote 0

Forum statistics

Threads
1,214,996
Messages
6,122,636
Members
449,092
Latest member
bsb1122

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top