VLOOKUP not returning any results? Please help?

kwillo

New Member
Joined
Sep 10, 2015
Messages
17
Good morning everyone,

I'm struggling with a vlookup today and I can't understand why it isn't working!

I have two tabs the first tab looks like this:

A
B
C
D
01/01/2017
02/01/2017
03/01/2017
From
=IFERROR(VLOOKUP(B2,'journey details'!$D$2:$D$4,3),"")
To

<tbody>
</tbody>


The second tab, "journey details" looks like this:

A
B
C
D
E
F
Ref
Surname
First Name
Date
Reg
From
1
Bloggs
Joe
01/01/2017
AB200 VYR
Home
2
Bloggs
Joe
02/01/2017
AB200 VYR
London
3
Bloggs
Joe
03/01/2017
AB200 VYR
London
4
Bloggs
Joe
04/01/2017
AB200 VYR
Home

<tbody>
</tbody>


I'm trying to match the dates on the first tab with the second but return the results from column F of the second tab. Any ideas why I'm not getting anything? I'm currently using the formula =IFERROR(VLOOKUP(B2,'journey details'!$D$2:$D$4,3),"") in the first tab.

Any help would be very much appreciated!! Thanks everyone!
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Hi,

a first answer: maybe you have to extend the reference range

=IFERROR(VLOOKUP(B2,'journey details'!$D$2:$F$10,3),"")

Regards
 
Upvote 0

Forum statistics

Threads
1,215,511
Messages
6,125,250
Members
449,218
Latest member
daynle

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