Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
=Vlookup(a4,INDIRECT(a1&"!"&b2),5,0)
Does that help? -- Regards, Ron |
#2
![]() |
|||
|
|||
![]()
If A1 had a worksheet name that required quotes (embedded spaces, say):
=Vlookup(a4,INDIRECT("'" & a1 & "'!"&b2),5,0) Ron Coderre wrote: =Vlookup(a4,INDIRECT(a1&"!"&b2),5,0) Does that help? -- Regards, Ron -- Dave Peterson |
#3
![]() |
|||
|
|||
![]()
Thanks Ron, it works perfectly. Funny enough, I tried indirect but it didn't
work. Maybe I missed something somewhere. Regards Pieter "Ron Coderre" wrote: =Vlookup(a4,INDIRECT(a1&"!"&b2),5,0) Does that help? -- Regards, Ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Have Vlookup return a Value of 0 instead of #N/A | Excel Worksheet Functions | |||
Array Function with VLOOKUP | Excel Worksheet Functions | |||
vlookup data hidden within worksheet | Excel Worksheet Functions | |||
Vlookup info being used without vlookup table attached? | Excel Worksheet Functions | |||
VLOOKUP not working | Excel Worksheet Functions |