I would make 5 different dropdowns, one for the sheet, and two for each
range. With that, you can create a column header (let's say row 2) that goes
from the starting column to the ending column (values 1, 2, 3 and 4), a row
header (column A) that does the same with the rows.
Let's say that the sheet dropdown with the sheet name is in A1, you can use
the following formula inside this "table" (this is for cell B3)
=INDIRECT($A$1 & "!" & ADDRESS($A3,B$2))
Hope this helps,
Miguel.
> I have nearly 20 sheets of data all different values of columns and rows and
> would like to create in the first empty sheet a search menu. I would like
[quoted text clipped - 13 lines]
> Is this possible? No calculations are needed i simply need a way to call up
> data easier than searching through each seperate tab.