Is there a way to merge in a formula the column reference for example B and then a row reference based on a number in a cell.
To clarify this is what I mean
I want the formula to do something like this
vlookup(a1, b1:c10,2,0)
where I want to get B1:B10 by doing something like
vlookup(a1...