Nagarajanbala
New Member
- Joined
- May 17, 2013
- Messages
- 5
I have a vlookup formula like this VLOOKUP(RC[-1],Report!R3C2:R934C4,3,FALSE). I want to make is dynamic. I don't have a choice but to give a cell reference for the starting point (in this case r3c2). However I want to make the array end reference R934C4 to be dynamic. I have the variable Lastrow, which will give me the last row number till which i have data.
Now, How will I send the dynamic array value to the vlookup function? (in this case for R934c4)
Now, How will I send the dynamic array value to the vlookup function? (in this case for R934c4)