I have a table called "April_2023". I want to reference a cell using vlookup that has "April_2023" in it, to reference that table, and use match to get the column number that matches one of the headers. I thought I could use
Indirect(Cell that had the name "April_2023" in it)[#Headers]
This works: April_2023[#Headers]
The box that I am referencing April_2023 has drop downs with others months with are separate tables. Make sense?
Bookmarks