How to VLOOKUP data with multiple criteria to match and extract the correct column data

jaden888

New Member
Joined
Apr 10, 2022
Messages
5
Office Version
  1. 365
Platform
  1. Windows
Hi,



I am having 3 workbooks, called A, B and Master.



Basically, A and B workbooks have the same format table with some data based on different stores. Every week new columns will be created with a new date in workbooks A and B.



I want to again look for and extract data based on the store name and also the correct date column with the following data together in my Master workbook.



In my Master workbooks, I would like to learn how to VLOOKUP in sheets VLOOKUP-A and VLOOKUP-B to extract data from workbooks A and B.

Links to my workbooks

Or if there is better way/solutions feel free to share with me. :)

Thank you
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Thank you for sharing how to use the XL2BB.

Workbook "A":
Cell Formulas
RangeFormula
A1A1=COUNTIF(A3:A100,"*")
D1,J1,G1D1=AVERAGE(D3:D12)
B3:L12B3=RAND()


Workbook "B":
Cell Formulas
RangeFormula
A1A1=COUNTIF(A3:A100,"*")
D1,J1,G1D1=AVERAGE(D3:D12)
B3:L12B3=RAND()


Workbook "Master"
MASTER.xlsx
ABCDEFGHIJ
110
2STORE07-MarPCNGPM28-MarPCNGPM04-AprPCNGPM
3A
4B
5C
6D
7E
8F
9G
10H
11I
12J
VLOOKUP-A
Cell Formulas
RangeFormula
A1A1=COUNTIF(A3:A100,"*")


MASTER.xlsx
ABCDEFGHIJ
110
2STORE07-MarPCNGPM28-MarPCNGPM04-AprPCNGPM
3K
4L
5M
6N
7O
8P
9Q
10R
11S
12T
VLOOKUP-B
Cell Formulas
RangeFormula
A1A1=COUNTIF(A3:A100,"*")
 
Upvote 0

Forum statistics

Threads
1,214,661
Messages
6,120,797
Members
448,994
Latest member
rohitsomani

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