I have a situation where I want to reference a worksheet by sheet number and not by sheet name because the sheet name changes based on a user input (sheet name will never be standard).
Typically I could use the following formula to get the value in cell B10 on sheet called B10:
='BobSmith'!B10
The problem is that sheet can be changed to anything by the user so I want to refer to it by its sheet number, which in this case is Sheet5.
Can this be done?
Cheers,
Guy
Typically I could use the following formula to get the value in cell B10 on sheet called B10:
='BobSmith'!B10
The problem is that sheet can be changed to anything by the user so I want to refer to it by its sheet number, which in this case is Sheet5.
Can this be done?
Cheers,
Guy