I have a table on one sheet and then a number of other sheet named 1,2,3,4,5,.. etc. the number of sheets can increase based on my needs, these sheets cannot be converted to tables.
in the Table I have a "sheet" column where the sheet number are entered by the user, as well as other data that are then used by that specific sheet to generate some outputs. The table must then retrieve some information from these sheets from specific cells.
For example if the sheet number entered in a line in the table is 12 then I want to access say cell B17 on sheet 12 and enter that into a column in the table.
Any suggestions on how to do this?