I would like to pull info from one sheet at a time depending on what is present in a certain cell (preferably from a drop-down) let's say A1 .
In A1 on a drop-down I would like the names of the sheets in the current workbook + data range (this could be for example A1:B10).
In A1 = Sheet2 A1:B10 this is a full example (as a string )
The formula will be in A3 for example
If it was a normal reference it would look something like this =SUM('Sheet2'!A1:B10) What I'm looking for would work like this =SUM(A1) But I can imagine it would actually look something more like this =SUM("A1") or if it was a query something more along the lines of =QUERY ("A1" ,"SELECT A, B") rough syntax
Hope this makes sense and someone can help, thanks in advance
Ps if it can't be done without script that's fine just wondering