I have a cell range that I named \"cell_range\" in Excel. I want to extract the fourth row and fifth column from this table. The formula,
=vlookup(4,cell_range,
Use INDIRECT:
=VLOOKUP(4,INDIRECT(A1),5)