Excel Vlookup with cell reference

前端 未结 3 692
执笔经年
执笔经年 2021-01-28 04:12

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,

3条回答
  •  余生分开走
    2021-01-28 04:41

    This is a great alternative to the use of INDIRECT. Indirect is intuitively easy to use but I agree that users should stay clear of it. For workbooks with many sheets I suggest using a macro to list them all rather than manually creating a list of sheets. See https://www.automateexcel.com/vba/list-all-sheets-in-workbook/

提交回复
热议问题