I have a formula to read data from another excel workbook.
The formula looks like this:
='D:\Data\Employees\[Name Surname_performance.xlsx]Overview'!$F$3
(e.g. ='D:\Data\Employees\[John Smith_performance.xlsx]Overview'!$F$3)
and filenames look like this:
Name Surname_performance.xlsx
(e.g. John Smith_performance.xlsx)
I have two more columns, one for names and the other for surnames, column B and column C respectively.
I need the formula do be something like this:
='D:\Data\Employees\["B2" "C2"_performance.xlsx]Overview'!$F$3
(B2=John, C2=Smith)
I also need a space between Name and Surname.
Will apprecciate any help.
Bookmarks