Vlookup indirect with different workbook

gl3nnyb0y24

New Member
Joined
May 8, 2019
Messages
6
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
Stock CodeSHOES1 (input code)
DescriptionGIGASHOES (=VLOOKUP(B2,Sheet10)!A:F,2,FALSE)
ColorBLACK (=VLOOKUP(B2,Sheet10)!A:F,4,FALSE)

<tbody>
</tbody>
StoreSize 10
Store15
Store210
Store33
Store47

<tbody>
</tbody>

<tbody>
</tbody>


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

Stock CodeDescriptionColorSize 10Size 11
SHOES1
GIGASHOESBLACK53

<tbody>
</tbody>
STORE1 (SHEET1)


Stock CodeDescriptionColorSize 10Size 11
SHOES1GIGASHOESBLACK105

<tbody>
</tbody>
STORE2 (SHEET2)



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

Stock CodeDescriptionColorSize 10Size 11
SHOES1GIGASHOESBLACK34

<tbody>
</tbody>
STORE3 (SHEET1)


Stock CodeDescriptionColorSize 10Size 11
SHOES1GIGASHOESBLACK78

<tbody>
</tbody>
STORE4 (SHEET2)


Thanks in advance!
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
Edited

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
Stock CodeSHOES1 (input code)
DescriptionGIGASHOES (=VLOOKUP(B2,Sheet10)!A:F,2,FALSE)
ColorBLACK (=VLOOKUP(B2,Sheet10)!A:F,4,FALSE)

<tbody>
</tbody>
StoreSize 10
Store1
5 =VLOOKUP($B$2,INDIRECT("'"&$A7&"'!$A:$DB"),75,FALSE) , this formula not working
Store210 =VLOOKUP($B$2,INDIRECT("'"&$A7&"'!$A:$DB"),75,FALSE) , this formula not working
Store33 =VLOOKUP($B$2,INDIRECT("'"&$A7&"'!$A:$DB"),75,FALSE) , this formula not working
Store47 =VLOOKUP($B$2,INDIRECT("'"&$A7&"'!$A:$DB"),75,FALSE) , this formula not working

<tbody>
</tbody>

<tbody>
</tbody>


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

Stock CodeDescriptionColorSize 10Size 11
SHOES1GIGASHOESBLACK53

<tbody>
</tbody>
STORE1 (SHEET1)


Stock CodeDescriptionColorSize 10Size 11
SHOES1GIGASHOESBLACK105

<tbody>
</tbody>
STORE2 (SHEET2)



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

Stock CodeDescriptionColorSize 10Size 11
SHOES1GIGASHOESBLACK34

<tbody>
</tbody>
STORE3 (SHEET1)


Stock CodeDescriptionColorSize 10Size 11
SHOES1GIGASHOESBLACK78

<tbody>
</tbody>
STORE4 (SHEET2)


Thanks in advance!
 
Upvote 0

Forum statistics

Threads
1,221,310
Messages
6,159,173
Members
451,543
Latest member
cesymcox

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