Hi there
Bit of a difficult one to explain, but here goes....
I have 5 sheets in my workbook, the first sheet is a summary sheet which contains data held on any one of the the other 4 sheets. The user selects which sheet they want to see data for via a combo box. I then populate a cell dynamically with the sheet name. My question is how do I use the value in the cell I have populated to be included in the cell reference.
eg. Combo box contains: Sheet2
Sheet3
Sheet4
Sheet5
The user selects Sheet3, I then populate cell "L8" on Sheet1 with "Sheet3", I do this via a vlookup function.
Cell "b7" on Sheet1 (the summary sheet), needs to be populated with the value that is in B7 on Sheet3
(ie Sheet3!B7).
I can get "B7" on Sheet1 to say "=Sheet3!B7", but that is all, it doesn't return the actual value on Sheet3.
Any help would be appreciated.
cheers
Bit of a difficult one to explain, but here goes....
I have 5 sheets in my workbook, the first sheet is a summary sheet which contains data held on any one of the the other 4 sheets. The user selects which sheet they want to see data for via a combo box. I then populate a cell dynamically with the sheet name. My question is how do I use the value in the cell I have populated to be included in the cell reference.
eg. Combo box contains: Sheet2
Sheet3
Sheet4
Sheet5
The user selects Sheet3, I then populate cell "L8" on Sheet1 with "Sheet3", I do this via a vlookup function.
Cell "b7" on Sheet1 (the summary sheet), needs to be populated with the value that is in B7 on Sheet3
(ie Sheet3!B7).
I can get "B7" on Sheet1 to say "=Sheet3!B7", but that is all, it doesn't return the actual value on Sheet3.
Any help would be appreciated.
cheers