I have a number or workbooks containing weekly status reports..I would like to aggregate them into a single workbook for mgmt access...
Given:
all workbooks (status reports) are formatted identical;
all worksheets (a week status report is contained in a worksheet with the week in the format of "mm.dd.yy")
what is the syntax to make the worksheet reference variable?
this works:
='https://myportal.com/Construction Weekly Reports/[P06-WS.xlsx]Summary'!AC$9
if I put "Summary" into cell A1... what is the syntax? This does not work...
='https://myportal.com/Construction Weekly Reports/[P06-WS.xlsx](A1)'!AC$9
****
note - I dont want the exec to 'open' all vendors workbooks so that a 'indirect' could work...
my only thought is to go into the target workbooks as create a 'current week' worksheet so that the referenced worksheet would be consistent...
ie... ='https://myportal.com/Construction Weekly Reports/[P06-WS.xlsx]CurrentWeek'!AC$9
Given:
all workbooks (status reports) are formatted identical;
all worksheets (a week status report is contained in a worksheet with the week in the format of "mm.dd.yy")
what is the syntax to make the worksheet reference variable?
this works:
='https://myportal.com/Construction Weekly Reports/[P06-WS.xlsx]Summary'!AC$9
if I put "Summary" into cell A1... what is the syntax? This does not work...
='https://myportal.com/Construction Weekly Reports/[P06-WS.xlsx](A1)'!AC$9
****
note - I dont want the exec to 'open' all vendors workbooks so that a 'indirect' could work...
my only thought is to go into the target workbooks as create a 'current week' worksheet so that the referenced worksheet would be consistent...
ie... ='https://myportal.com/Construction Weekly Reports/[P06-WS.xlsx]CurrentWeek'!AC$9
Last edited: