froggygremblin
New Member
- Joined
- Oct 10, 2018
- Messages
- 3
[h=1]I have a report that links data from other worksheets. The names of these worksheets change annually, for example "2018 Jobs Planner 2.0.xlsm", will become "2019 Jobs Planner 2.0.xlsm" next year.[/h]
I am trying to calculate the name of the worksheet for the current year so it does not need to be re-linked each year. I tried to concatenate the year using the "&" operator in this formula
="'C:\Documents\7Oaks\["&TEXT(TODAY(),"YYYY")&" Jobs Planner 2.0.xlsm]Work in Progress'!$C$5"
but of course it just produces this text string
'C:\Documents\7Oaks\[2018 Jobs Planner 2.0.xlsm]Work in Progress'!$C$5.
How can I convert this so it's an actual link to the data in this years workbook cell $C$5?
Thank you for your help
="'C:\Documents\7Oaks\["&TEXT(TODAY(),"YYYY")&" Jobs Planner 2.0.xlsm]Work in Progress'!$C$5"
but of course it just produces this text string
'C:\Documents\7Oaks\[2018 Jobs Planner 2.0.xlsm]Work in Progress'!$C$5.
How can I convert this so it's an actual link to the data in this years workbook cell $C$5?
Thank you for your help