vlookup & indirect

methody

Well-known Member
Joined
Jun 17, 2002
Messages
857
Hello

I select the relevant sheet using a data validation list in cell C7.

I then choose a lookup value in cell C13. This value will be found in the first column of the table in each of the sheets.

In each of these sheets there is a table in cells AI5:AN35.

I want to find the value directly to the right of the lookup value (2nd column) in the table on the appropriate sheet.

I think it is a combination of VLOOKUP and INDIRECT but I cant get the brackets or " or ' correct. I'd appreciate any help
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Try...

=VLOOKUP(C13,INDIRECT("'"&$C$7&"'!AI5:AN35"),2,0)

Hope this helps!
 
Upvote 0
thanks perfect. Sorry that I seem to have asked very simliar questions but the wee ""'s and ''s confuse me
 
Upvote 0

Forum statistics

Threads
1,214,926
Messages
6,122,305
Members
449,079
Latest member
juggernaut24

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