I have a program that uses tables on various worksheets according to user-input specifications. In cell A41, I use VB to write the name of the worksheet I need to use
ex. 10YrBandC
Instead of hardcoding a vlookup formula in cell A50 to use a specific worksheet, I want it to use the worksheet that is specified in cell A41. Right now my vlookup formula looks like this:
=VLOOKUP($B$15,'10YrBandC'!A1:M100,$D$22)
I want to replace 10YrBandC with whichever worksheet name happens to be in cell A41 at the time.
Thanks!
ex. 10YrBandC
Instead of hardcoding a vlookup formula in cell A50 to use a specific worksheet, I want it to use the worksheet that is specified in cell A41. Right now my vlookup formula looks like this:
=VLOOKUP($B$15,'10YrBandC'!A1:M100,$D$22)
I want to replace 10YrBandC with whichever worksheet name happens to be in cell A41 at the time.
Thanks!