robertdseals
Active Member
- Joined
- May 14, 2008
- Messages
- 337
- Office Version
- 2010
- Platform
- Windows
Hello,
I want to use a cell value to determine what sheet is used in a formula. For instance, if I have January in cell A1 and I have a sheet in the workbook called January; I want to put a formula on another sheet that says, "look in sheet (whatever is the value of cell A1) and return the value in cell B30. Hope this makes sense.
sorry. To add more difficulty to it, the value in cell A1 is only part of the sheet name. For instance, if cell A1 has January and the sheet is named January Stats. So, the formula should look something like "=INDIRECT(B7&" Stats"&"!E3")" but that doesn't seem to work.
I want to use a cell value to determine what sheet is used in a formula. For instance, if I have January in cell A1 and I have a sheet in the workbook called January; I want to put a formula on another sheet that says, "look in sheet (whatever is the value of cell A1) and return the value in cell B30. Hope this makes sense.
sorry. To add more difficulty to it, the value in cell A1 is only part of the sheet name. For instance, if cell A1 has January and the sheet is named January Stats. So, the formula should look something like "=INDIRECT(B7&" Stats"&"!E3")" but that doesn't seem to work.
Last edited: