I don't know if it's possible, but I would like to do a "Variable" VLOOKUP. Let me put it in an example.
Imagine I have a workbook with sheets named "A", "B" and "C", and then a fourth sheet with a dropdown selectable, with values A, B and C.
In that fourth sheet there's also a VLOOKUP function and I'd like it to look at different tabs depending on the dropdown selection.
If the dropdown was in cell B1, it would be something like:
Would that be possible somehow?
Thank you
Imagine I have a workbook with sheets named "A", "B" and "C", and then a fourth sheet with a dropdown selectable, with values A, B and C.
In that fourth sheet there's also a VLOOKUP function and I'd like it to look at different tabs depending on the dropdown selection.
If the dropdown was in cell B1, it would be something like:
Code:
=VLOOKUP(A:A;[B]' & $B$1 & '[/B]!A:B;2;0)
Would that be possible somehow?
Thank you