When using VLOOKUP; make a tab name link to a cell
I'm using a spreadsheet that has 26 tabs (labeled 1,2,3,4... ) and I'm using a VLOOKUP command to accumulate data from each of these tabs in order to populate a trend analysis graph. Now, is there a way to take the VLOOKUP command (=VLOOKUP($AI$4,'1'!$A$8:$AX$298,$AJ$4,FALSE)) and have the '1' - which is the name of the tab I'm looking up - link to a cell? I'm using multiple VLOOKUPs and I'd like to have the tab number in the VLOOKUP hard linked to a group of cells that contain the numbers 1-26, so I can just have the column/ row number of the respective tab in the space of the '1'! Any help would be HUUUUGE! Thanks in advance!