V-Lookup Values

skvf1

New Member
Joined
Jun 30, 2022
Messages
11
Office Version
  1. 365
Platform
  1. Windows
  2. Mobile
Hi

When I am using V-Lookup, it is fetching information but not all the information is fetched although when I manually checked, values were present in the source table. V-lookup is showing N/A for those values. Below is the snip. The cells in blue have email addresses in the source table but are not fetched by V-Lookup.

Can anybody please advise what could be the reason behind this and how to fetch values against those cells where V-Lookup is showing N/A?

Thanks heaps.

1656654505271.png
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Would you mind posting what Vlookup you have currently?
 
Upvote 0
Would you mind posting what Vlookup you have currently?
Brother, couldn't understand your question. Can you please elaborate.

What I understood, i am using this: VLOOKUP(lookup_value, table_array, col_index_number,[range_lookup])

Thanks
 
Upvote 0
Apologies -

I wasn't asking what the layout was, but rather what YOUR Vlookup was referencing.
Example: =VLOOKUP(Sheet2!B3:I23,4,FALSE)
 
Upvote 0
Apologies -

I wasn't asking what the layout was, but rather what YOUR Vlookup was referencing.
Example: =VLOOKUP(Sheet2!B3:I23,4,FALSE)
Oh, got it.

I am using this:

=VLOOKUP(D15,'NZ Email'!C5:D7389,2,TRUE)

and with FALSE as well but same result :(
 
Upvote 0
change C5:D7389 to $C$5:$D$7389

This will make it, so when you copy it downward your table array is an absolute and not relative. It won't change it to: C5:D7389, C6:D7390, C7:D7391, etc..., but D15 will become D16, D17 and so on, since it's relative.

Do this to your first or top formula, then copy it onto all the others. Let me know if that works.
 
Upvote 0
Solution
change C5:D7389 to $C$5:$D$7389

This will make it, so when you copy it downward your table array is an absolute and not relative. It won't change it to: C5:D7389, C6:D7390, C7:D7391, etc..., but D15 will become D16, D17 and so on, since it's relative.

Do this to your first or top formula, then copy it onto all the others. Let me know if that works
change C5:D7389 to $C$5:$D$7389

This will make it, so when you copy it downward your table array is an absolute and not relative. It won't change it to: C5:D7389, C6:D7390, C7:D7391, etc..., but D15 will become D16, D17 and so on, since it's relative.

Do this to your first or top formula, then copy it onto all the others. Let me know if that works.
Much thanks @Ottsel
Let me try this out. Will come back to you if not solved.

Thanks in advance mate. :)
 
Upvote 0

Forum statistics

Threads
1,214,645
Messages
6,120,711
Members
448,984
Latest member
foxpro

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