DashboardNovice
Member
I have a combo box which returns a value to cell B4 on the first sheet. Based on the value returned, I want to use that number as an index and refer to the nth sheet in my workbook, then to a particular cell on that worksheet.
For example, the combo box returns a value of 2. Therefore I want to refer to the 2nd sheet in my workbook. I want to refer to that sheet by index, not by the sheet name. After referring to that sheet by index, then I want to refer to a particular cell on the 2nd sheet.
I was thinking something like =sheets(B4)!A2. So if the value in B4 on the first sheet was 2, this formula would go to the 2nd sheet, and then cell A2, and return whatever was in cell A2.
I don't want to use VBA. There is a function called sheets, but that just returns the total number of sheets in the workbook.
Does anybody have any ideas? There has got to be a way to do this.
For example, the combo box returns a value of 2. Therefore I want to refer to the 2nd sheet in my workbook. I want to refer to that sheet by index, not by the sheet name. After referring to that sheet by index, then I want to refer to a particular cell on the 2nd sheet.
I was thinking something like =sheets(B4)!A2. So if the value in B4 on the first sheet was 2, this formula would go to the 2nd sheet, and then cell A2, and return whatever was in cell A2.
I don't want to use VBA. There is a function called sheets, but that just returns the total number of sheets in the workbook.
Does anybody have any ideas? There has got to be a way to do this.