GreenyMcDuff
Active Member
- Joined
- Sep 20, 2010
- Messages
- 313
Hi all,
I am using this formula to look up values from another worksheet:
This formula works fine.
However, I now need the sheet reference to be B10 but with " - Table (1" at the end of it.
So assuming cell b10 had the word Apples in it the vlookup would read:
I have tried to concatenate this in the formula but have got nowhere fast.
Hopefully someone can help me
Thanks
Chris
I am using this formula to look up values from another worksheet:
Code:
=VLOOKUP($B9,INDIRECT("'"&$B10&"'!$A:$W"),D$4,0)
This formula works fine.
However, I now need the sheet reference to be B10 but with " - Table (1" at the end of it.
So assuming cell b10 had the word Apples in it the vlookup would read:
Code:
=VLOOKUP($B9,'Apples - Table (1'!$A:$W"),D$4,0)
I have tried to concatenate this in the formula but have got nowhere fast.
Hopefully someone can help me
Thanks
Chris