nickwilshaw
New Member
- Joined
- Apr 18, 2011
- Messages
- 13
Hi All,
First time posting here so please be gentle
I need data to return(link) to cells in excel dependent on the date in the top of that column. This will change as time goes by as the report is to give information about our last 4 management accounts.
What I would most like is some way where I can have =x:\accounts\year X\accounts file..... so that if it is 2010 in the top of the column, then Excel will link to year 2010 folder by inserting number 10 from, say &TEXT(c1,"yy") in the link.
The worst case scenario, is I will only be able to do this for the next 7 "iterations" using a nested if statement.
I can't use VLOOKUP or INDEX MATCH with a whole load of dates somewhere else as I need to return a link, not a value. Also, I am reluctant to use the EVAL function as I want this document to be picked up by anyone who needs it without having complicated add-ons.
Any ideas/suggestion would be greatly appreciated.
All the best,
Nick
First time posting here so please be gentle
I need data to return(link) to cells in excel dependent on the date in the top of that column. This will change as time goes by as the report is to give information about our last 4 management accounts.
What I would most like is some way where I can have =x:\accounts\year X\accounts file..... so that if it is 2010 in the top of the column, then Excel will link to year 2010 folder by inserting number 10 from, say &TEXT(c1,"yy") in the link.
The worst case scenario, is I will only be able to do this for the next 7 "iterations" using a nested if statement.
I can't use VLOOKUP or INDEX MATCH with a whole load of dates somewhere else as I need to return a link, not a value. Also, I am reluctant to use the EVAL function as I want this document to be picked up by anyone who needs it without having complicated add-ons.
Any ideas/suggestion would be greatly appreciated.
All the best,
Nick