vba - How to reference values in a series of closed Excel workbooks? -
i have been trying while, need same values 5 years worth of daily workbooks. labelled sequentially (2017.08.14, 2017.08.15, 2017.08.16 etc), have tried several formulas insert full address string , tend end ref! quite happy use vba solution, or approach doesn't involve manually opening , copying several values on 1500 spreadsheets.
the answer feel might closest when attempted; =indirect("'s:\reports\2017["&e2&"]totals'!$c$17") e2 refers cell containing date string today, , c17 tthe target cell in other workbook, despite fact following step step produces =indirect("'s:\reports\2017[2017.08.19]totals!$c$17) still produces ref!, though typing formula in cell works fine.
Comments
Post a Comment