Using Vlookup and Index/Match across differing sheets

JanusP

New Member
Joined
Jun 22, 2020
Messages
2
Office Version
  1. 365
Platform
  1. Windows
So I have one table with differing columns of ID and its information per row on 1 sheet and another sheet has ID that asks for associated data from different columns.
Eg
ID is A column and info for associated is in D,E or B column. Each row has unique information.
On another sheet is ID and question asking for associated info from different columns

how to use these functions to solve the question? I tried
=VLOOKUP (InvestorData!B6, A2:N2501, 11)
=INDEX(InvestorData!M2:M2501,MATCH(B30,A2:A2501,0))
except they call from own sheet.
 

Attachments

  • Screenshot (195).png
    Screenshot (195).png
    98.3 KB · Views: 15
  • Screenshot (194).png
    Screenshot (194).png
    70 KB · Views: 18
  • 1592876023142.png
    1592876023142.png
    99.6 KB · Views: 16

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
If I'm looking at the sheets correctly:
=VLOOKUP(B6,InvestorData!$A$2:$N$2501,11,0)
 
Upvote 0
Your red dotted lines: =VLOOKUP(InvestorData!B6,A2:N2501,11)
My suggestion: =VLOOKUP(B6,InvestorData!A2:N2501,11,0)
These are not the same
 
Upvote 0

Forum statistics

Threads
1,214,920
Messages
6,122,279
Members
449,075
Latest member
staticfluids

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