ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   vlookup where sheet name=cell value (https://www.excelbanter.com/excel-programming/417784-vlookup-where-sheet-name%3Dcell-value.html)

DDawson

vlookup where sheet name=cell value
 
Can you help me to set up a Vlookup to another sheet where the sheet name is
the taken from the cell value in cell (I2). For example:

=VLOOKUP(A2,'(I2)'!$A$2:$A$260,3,FALSE)

Dylan Dawson


papou[_4_]

vlookup where sheet name=cell value
 
Hello Dylan
Use INDIRECT to build your reference ie:

=VLOOKUP(A2,INDIRECT(I2 & "'!$A$2:$A$260"),3,FALSE)

HTH
Cordially
Pascal

"DDawson" a écrit dans le message de
news: ...
Can you help me to set up a Vlookup to another sheet where the sheet name
is
the taken from the cell value in cell (I2). For example:

=VLOOKUP(A2,'(I2)'!$A$2:$A$260,3,FALSE)

Dylan Dawson




DDawson

vlookup where sheet name=cell value
 
Thanks P.

I fiddled about with it and got this to work:
=VLOOKUP(A2,INDIRECT("'"&I2 & "'!$A$2:$C$260"),3,FALSE)

I also tried to make it tidier. The other sheets are named after people and
the I:I column also refers to the same people names.

I tried creating a named Range called "Resource" =Left(I2,5) to pick up the
first five letters of the persons name/sheetname and I created dynamic ranges
with the same names for the ranges in the other sheets. I thought I would be
able to call "Resource" to refer to the different ranges, but, I get a
volatile result with the following formulae.
=VLOOKUP(A3,INDIRECT(Resource),3,FALSE)

"papou" wrote:

Hello Dylan
Use INDIRECT to build your reference ie:

=VLOOKUP(A2,INDIRECT(I2 & "'!$A$2:$A$260"),3,FALSE)

HTH
Cordially
Pascal

"DDawson" a écrit dans le message de
news: ...
Can you help me to set up a Vlookup to another sheet where the sheet name
is
the taken from the cell value in cell (I2). For example:

=VLOOKUP(A2,'(I2)'!$A$2:$A$260,3,FALSE)

Dylan Dawson






All times are GMT +1. The time now is 11:50 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com