Problem:
The dates entered in column A ("mmm-yy") refer to sheets with corresponding names (mmyy).
We want to create a formula to retrieve value in cell A1 from a sheet referred to by each of the dates in column A.
Solution:
Use the INDIRECT and TEXT functions as shown in the following formula:
=INDIRECT(TEXT(A2,"mmyy")&"'!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.