I have a problem with an Excel spreadsheet that I'm working on.
It has 10 sheets: 'Master', 'D1', 'D2', 'D3',.... Each of the 'D' sheets is a data sheet, all in the same format, just different data.
The master sheet has a value at the top that I need to use to tell it which sheet to pull it from.
I was wondering, is there someway to put, say the value 'D4' at the top of the Master sheet, in cell A1, and have the rest of the sheet pull it's data from that sheet?
...Without having to say =if(A1='D1',D1!A1,if(A1='D2',D2!A1)... that's just a lot to have to type for every cell.
And I think I'll be adding more sheets later!... Any ideas? I really need this to work! Thank in advance!!
-Bean
It has 10 sheets: 'Master', 'D1', 'D2', 'D3',.... Each of the 'D' sheets is a data sheet, all in the same format, just different data.
The master sheet has a value at the top that I need to use to tell it which sheet to pull it from.
I was wondering, is there someway to put, say the value 'D4' at the top of the Master sheet, in cell A1, and have the rest of the sheet pull it's data from that sheet?
...Without having to say =if(A1='D1',D1!A1,if(A1='D2',D2!A1)... that's just a lot to have to type for every cell.
And I think I'll be adding more sheets later!... Any ideas? I really need this to work! Thank in advance!!
-Bean