Hi all,
I have a scenario that I would greatly appreciate some help with.
- Can't use a simple VLOOKUP to get what I need because the name of the file is always changing as it includes a date. (ex: Activity MM-DD-YY.xlsx; where the MM-DD-YY is changing everyday)
- I have a CONCATENATE function in cell I1 that contains TEXT(WORKDAY(TODAY),1),"MM-DD-YY") to generate the date of the file that I need to reference for my VLOOKUP
Question is, how do I include cell I8, as the source of my VLOOKUP result, into my VLOOKUP? =VLOOKUP(A4,I8$A:$E,2,false) Hope this makes sense....
I have a scenario that I would greatly appreciate some help with.
- Can't use a simple VLOOKUP to get what I need because the name of the file is always changing as it includes a date. (ex: Activity MM-DD-YY.xlsx; where the MM-DD-YY is changing everyday)
- I have a CONCATENATE function in cell I1 that contains TEXT(WORKDAY(TODAY),1),"MM-DD-YY") to generate the date of the file that I need to reference for my VLOOKUP
Question is, how do I include cell I8, as the source of my VLOOKUP result, into my VLOOKUP? =VLOOKUP(A4,I8$A:$E,2,false) Hope this makes sense....