sparky2205
Well-known Member
- Joined
- Feb 6, 2013
- Messages
- 507
- Office Version
- 365
- 2016
- Platform
- Windows
Hi folks,
I have the following lookup:
What I want is to change the lookup each year to reflect the year in the form name. I was thinking:
Where A1 is the year.
I then change the value in A1 and the lookup updates accordingly.
It doesn't work though. Does it need a tweak or am I asking for something silly?
I have the following lookup:
Code:
=INDEX('[Form-0439 Vendor Performance Assessment 2016.xlsx]Revised'!$AU:$AU,MATCH(A:A,'[Form-0439 Vendor Performance Assessment 2016.xlsx]Revised'!$B:$B,0))
What I want is to change the lookup each year to reflect the year in the form name. I was thinking:
Code:
INDEX("'[Form-0439 Vendor Performance Assessment " & A1 & ".xlsx]Revised'!$AU:$AU",MATCH(A:A,"'[Form-0439 Vendor Performance Assessment " & A1 & ".xlsx]Revised'!$B:$B",0))
I then change the value in A1 and the lookup updates accordingly.
It doesn't work though. Does it need a tweak or am I asking for something silly?