Is there any way to create a cell reference that allows you to lookup values from multiple workbooks based on the contents in another cell?
For instance:
instead of typing the below formula and manually editing the date for each row (day)
='F:\Quality\manufacturing worksheets\[10-29-16.xlsx]Template'!$T$25
Is there a way to pull the correct date code from a column and use it in the workbook reference? something like this:
='F:\Quality\manufacturing worksheets\[' & [@[Date code]] & '.xlsx]Template'!$T$255
I know that I could create a vba macro that would do this, but that seems like overkill for this scenario.
For instance:
instead of typing the below formula and manually editing the date for each row (day)
='F:\Quality\manufacturing worksheets\[10-29-16.xlsx]Template'!$T$25
Is there a way to pull the correct date code from a column and use it in the workbook reference? something like this:
='F:\Quality\manufacturing worksheets\[' & [@[Date code]] & '.xlsx]Template'!$T$255
I know that I could create a vba macro that would do this, but that seems like overkill for this scenario.