Vlookups on multiple sheets

corinaas

New Member
Joined
Jan 21, 2022
Messages
7
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
Hi, I'm trying to build a vlookup but am encountering REF, NA, and Spill errors no matter how I try. These are looking up on tabs with refreshable data and some special characters, so I'm not sure if that is the problem.

Sheet 1 Colum D vlookup value Sheet 2 Column G if the ID in Sheet 1 Column A matches the ID in Sheet 2 Column H. There is something about the ID having to be the first column in both sheets, but I don't know how to move the columns when it's refreshable data (or this isn't the problem).

I've tried reordering the equation, using ranges vs column titles vs sheet ranges, and typing in the ID per line. Nothing seems to work.

Structure:
=Vlookup(Sheet 2 column G, Sheet 1 Column A, Sheet 2 Column H, False)
 

Attachments

  • vlookup help.jpg
    vlookup help.jpg
    117.3 KB · Views: 11

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
How about
Excel Formula:
=INDEX(Sheet2!$G$2:$G$1000,MATCH(A2,Sheet2!$H$2:$H$1000,0))
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,072
Messages
6,122,966
Members
449,094
Latest member
Anshu121

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