I have been stymied with an INDIRECT function issue and feel like I am very close to resolution, but need assistance from an expert.
My workbook has a Summary worksheet that needs to pull from specific cell references in subsequent worksheets. The following formula works if the worksheet name exactly matches the cell reference (A11) from the Summary worksheet:
=INDIRECT("'" &A11&"'!K6")
(A11) is a six digit number (123456). The problem is that the worksheet names include the six digit number as the last 6 characters of the name - there are 8 different choices the enduser can use to name the worksheet but the last 6 characters will always be the 6 digits from A11 in the Summary worksheet.
Example of one of the worksheet names: 'B1.2 - 2 DORMANT CLOSE 105313'
Is it possible to use 'RIGHT' or 'TRIM' in the INDIRECT formula? I have tried a few options but recevie an error every time.
Thanks in advance!
My workbook has a Summary worksheet that needs to pull from specific cell references in subsequent worksheets. The following formula works if the worksheet name exactly matches the cell reference (A11) from the Summary worksheet:
=INDIRECT("'" &A11&"'!K6")
(A11) is a six digit number (123456). The problem is that the worksheet names include the six digit number as the last 6 characters of the name - there are 8 different choices the enduser can use to name the worksheet but the last 6 characters will always be the 6 digits from A11 in the Summary worksheet.
Example of one of the worksheet names: 'B1.2 - 2 DORMANT CLOSE 105313'
Is it possible to use 'RIGHT' or 'TRIM' in the INDIRECT formula? I have tried a few options but recevie an error every time.
Thanks in advance!