R
Ron
Simple example:
VLOOKUP(A1,B5:C30,2,FALSE)
B5 and/or C30 change evrytime I add data. So I am looking to do something
like:
VLOOKUP(A1,{"A2"}:C30,2,FALSE)
Where Cell A2 has the cell reference B5 in it. Or, I could use it to change
just the row number from a 5 to a 7. Like:
VLOOKUP(A1,B{"A2"}:C30,2,FALSE)
Any ideas?
Thanks,
VLOOKUP(A1,B5:C30,2,FALSE)
B5 and/or C30 change evrytime I add data. So I am looking to do something
like:
VLOOKUP(A1,{"A2"}:C30,2,FALSE)
Where Cell A2 has the cell reference B5 in it. Or, I could use it to change
just the row number from a 5 to a 7. Like:
VLOOKUP(A1,B{"A2"}:C30,2,FALSE)
Any ideas?
Thanks,