Problem:
Listed in columns A & B are first and last names.
Each of those names has a matching worksheet, named in the following format: "FirstName LastName".
We want to create a formula to retrieve the cell A1 from the sheet that matches each name.
Solution:
Use the INDIRECT function as shown in the following formula:
=INDIRECT("'"&A2&" "&B2&"'!A1")
The applications/code on this site are distributed as is and without warranties or liability. In no event shall the owner of the copyrights, or the authors of the applications/code be liable for any loss of profit, any problems or any damage resulting from the use or evaluation of the applications/code.