Vlookup indirect with different workbook

gl3nnyb0y24

New Member
Joined
May 8, 2019
Messages
6
[TABLE="width: 71"]
<tbody>[TR]
[TD="class: xl78, width: 71"]Good day.

this formula works in the same workbook.

=VLOOKUP($B$2,INDIRECT("'"&$A7&"'!$A:$DB"),75,FALSE)

but when i use it with different workbook is not working.



SUMMARY WORKBOOK
[TABLE="width: 500"]
<tbody>[TR]
[TD]Stock Code[/TD]
[TD]SHOES1 (input code)[/TD]
[/TR]
[TR]
[TD]Description[/TD]
[TD]GIGASHOES (=VLOOKUP(B2,Sheet10)!A:F,2,FALSE)[/TD]
[/TR]
[TR]
[TD]Color[/TD]
[TD]BLACK (=VLOOKUP(B2,Sheet10)!A:F,4,FALSE)[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Store[/TD]
[TD]Size 10[/TD]
[/TR]
[TR]
[TD]Store1[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Store2[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]Store3[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]Store4[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD="class: xl78, width: 71"][/TD]
[/TR]
</tbody>[/TABLE]


STORE 1-2 WORKBOOK - STORE1 (SHEET1), STORE2 (SHEET2)

[TABLE="width: 500"]
<tbody>[TR]
[TD]Stock Code[/TD]
[TD]Description[/TD]
[TD]Color[/TD]
[TD]Size 10[/TD]
[TD]Size 11[/TD]
[/TR]
[TR]
[TD]SHOES1
[/TD]
[TD]GIGASHOES[/TD]
[TD]BLACK[/TD]
[TD]5[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
STORE1 (SHEET1)


[TABLE="width: 500"]
<tbody>[TR]
[TD]Stock Code[/TD]
[TD]Description[/TD]
[TD]Color[/TD]
[TD]Size 10[/TD]
[TD]Size 11[/TD]
[/TR]
[TR]
[TD]SHOES1[/TD]
[TD]GIGASHOES[/TD]
[TD]BLACK[/TD]
[TD]10[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
STORE2 (SHEET2)



STORE 3-4 WORKBOOK - STORE3 (SHEET1), STORE4 (SHEET2)

[TABLE="width: 500"]
<tbody>[TR]
[TD]Stock Code[/TD]
[TD]Description[/TD]
[TD]Color[/TD]
[TD]Size 10[/TD]
[TD]Size 11[/TD]
[/TR]
[TR]
[TD]SHOES1[/TD]
[TD]GIGASHOES[/TD]
[TD]BLACK[/TD]
[TD]3[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
STORE3 (SHEET1)


[TABLE="width: 500"]
<tbody>[TR]
[TD]Stock Code[/TD]
[TD]Description[/TD]
[TD]Color[/TD]
[TD]Size 10[/TD]
[TD]Size 11[/TD]
[/TR]
[TR]
[TD]SHOES1[/TD]
[TD]GIGASHOES[/TD]
[TD]BLACK[/TD]
[TD]7[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
STORE4 (SHEET2)


Thanks in advance!
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Edited

[TABLE="width: 71"]
<tbody>[TR]
[TD="class: xl78, width: 71"]Good day.

this formula works in the same workbook.

=VLOOKUP($B$2,INDIRECT("'"&$A7&"'!$A:$DB"),75,FALSE)

but when i use it with different workbook is not working.



SUMMARY WORKBOOK
[TABLE="width: 500"]
<tbody>[TR]
[TD]Stock Code[/TD]
[TD]SHOES1 (input code)[/TD]
[/TR]
[TR]
[TD]Description[/TD]
[TD]GIGASHOES (=VLOOKUP(B2,Sheet10)!A:F,2,FALSE)[/TD]
[/TR]
[TR]
[TD]Color[/TD]
[TD]BLACK (=VLOOKUP(B2,Sheet10)!A:F,4,FALSE)[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Store[/TD]
[TD]Size 10[/TD]
[/TR]
[TR]
[TD]Store1
[/TD]
[TD]5 =VLOOKUP($B$2,INDIRECT("'"&$A7&"'!$A:$DB"),75,FALSE) , this formula not working
[/TD]
[/TR]
[TR]
[TD]Store2[/TD]
[TD]10 =VLOOKUP($B$2,INDIRECT("'"&$A7&"'!$A:$DB"),75,FALSE) , this formula not working
[/TD]
[/TR]
[TR]
[TD]Store3[/TD]
[TD]3 =VLOOKUP($B$2,INDIRECT("'"&$A7&"'!$A:$DB"),75,FALSE) , this formula not working
[/TD]
[/TR]
[TR]
[TD]Store4[/TD]
[TD]7 =VLOOKUP($B$2,INDIRECT("'"&$A7&"'!$A:$DB"),75,FALSE) , this formula not working
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD="class: xl78, width: 71"][/TD]
[/TR]
</tbody>[/TABLE]


STORE 1-2 WORKBOOK - STORE1 (SHEET1), STORE2 (SHEET2)

[TABLE="width: 500"]
<tbody>[TR]
[TD]Stock Code[/TD]
[TD]Description[/TD]
[TD]Color[/TD]
[TD]Size 10[/TD]
[TD]Size 11[/TD]
[/TR]
[TR]
[TD]SHOES1[/TD]
[TD]GIGASHOES[/TD]
[TD]BLACK[/TD]
[TD]5[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
STORE1 (SHEET1)


[TABLE="width: 500"]
<tbody>[TR]
[TD]Stock Code[/TD]
[TD]Description[/TD]
[TD]Color[/TD]
[TD]Size 10[/TD]
[TD]Size 11[/TD]
[/TR]
[TR]
[TD]SHOES1[/TD]
[TD]GIGASHOES[/TD]
[TD]BLACK[/TD]
[TD]10[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
STORE2 (SHEET2)



STORE 3-4 WORKBOOK - STORE3 (SHEET1), STORE4 (SHEET2)

[TABLE="width: 500"]
<tbody>[TR]
[TD]Stock Code[/TD]
[TD]Description[/TD]
[TD]Color[/TD]
[TD]Size 10[/TD]
[TD]Size 11[/TD]
[/TR]
[TR]
[TD]SHOES1[/TD]
[TD]GIGASHOES[/TD]
[TD]BLACK[/TD]
[TD]3[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
STORE3 (SHEET1)


[TABLE="width: 500"]
<tbody>[TR]
[TD]Stock Code[/TD]
[TD]Description[/TD]
[TD]Color[/TD]
[TD]Size 10[/TD]
[TD]Size 11[/TD]
[/TR]
[TR]
[TD]SHOES1[/TD]
[TD]GIGASHOES[/TD]
[TD]BLACK[/TD]
[TD]7[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
STORE4 (SHEET2)


Thanks in advance!
 
Upvote 0

Forum statistics

Threads
1,225,626
Messages
6,186,089
Members
453,336
Latest member
Excelnoob223

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