I need some assistance in writing an index and match formula with an indirect reference. Here's what I have. I have a sheet named "Inventory" that contains 12 identical tables. Each table obviously has a different name. So, for example one is named "MAug23". Then I have a sheet, in the same workbook, named "InventoryReport". I need a formula that will pull the data from the "Inventory" sheet for a particular column. Here is the VLookup formula, but won't work as the data from B7 is in the 2nd column in the table. =VLOOKUP($B7,INDIRECT($D$3),13,0) I am using the Indirect reference in D3 to select the desired table to pull the data from. Hopefully, this makes sense. Any help is much appreciated!!