I have a workbook with two worksheets. On the first worksheet titled "Report", I want to get data from my second worksheet, titled "DataSets". Ideally, I would like to have three or four tables on DataSets, and in Report I would like to be able to get the values at the intersections.
I noticed when using tables, "Test1" does not display if I enter =Data1[]. I can't use defined names because the titles of the rows and columns are the same.
My "DataSets" worksheet looks like this:
Is there another way I should be attempting to do this that will allow similarly titled rows and columns but in different blocks of data?