Hi,
I got a row number, say row 315, then i try to start vlookup from that row to the end. So my formula will look like:
=vlookup(A1,$B$315:$D$500,2,0)
however, row 315 is a dynamic cell depends on the result i generate in another cell, e.g. cell B1. Cell B1 contains the exact row number (e.g 315)
I tried to incorporate B1 to the vlookup formula like =vlookup(A1,"$B$"&B1&":$D$500",2,0) or tried to concat the 'table_array', but it still doesn't work.
Can anyone help me on this? or using other functions to get the same result?
Thanks in advance.
I got a row number, say row 315, then i try to start vlookup from that row to the end. So my formula will look like:
=vlookup(A1,$B$315:$D$500,2,0)
however, row 315 is a dynamic cell depends on the result i generate in another cell, e.g. cell B1. Cell B1 contains the exact row number (e.g 315)
I tried to incorporate B1 to the vlookup formula like =vlookup(A1,"$B$"&B1&":$D$500",2,0) or tried to concat the 'table_array', but it still doesn't work.
Can anyone help me on this? or using other functions to get the same result?
Thanks in advance.