Hello everyone,
I need to reference a workbook from a formula, for example:
But instead of the formula always having the full path I want it to look for the path with the date before today. For example I places this in a separate cell (S11):
I want to use this date to complete the path for the workbook being referenced.
Here is what I tried but failed:
Thank you for the help,
- Justin
I need to reference a workbook from a formula, for example:
Code:
='[Daily Shipment Report 4_21_2014_DAVID.xls]WorkSheet'!$A$93
Code:
=today() - 1
Here is what I tried but failed:
Code:
='[Daily Shipment Report & S11 & _DAVID.xls]WorkSheet'!$A$93
- Justin
Comment