D
Deleted member 415602
Guest
Hi guys,
I have a formula looking like this:
=VLOOKUP("Name",'C:\Users\mass\Desktop\stats[SCORECARD.xlsx]Sheet14'!$D$30:$K$30,5,FALSE)
This allow me to find the value adjacent to the cell containing Name in another workbook.
Now... I want to be able to write something like SheetA1' instead of Sheet14 in the formula. I only want to change the sheet number with another cell value.
I guess I'll have to use something with indirect() but I have no idea to do it.
Thank you for your help !
I have a formula looking like this:
=VLOOKUP("Name",'C:\Users\mass\Desktop\stats[SCORECARD.xlsx]Sheet14'!$D$30:$K$30,5,FALSE)
This allow me to find the value adjacent to the cell containing Name in another workbook.
Now... I want to be able to write something like SheetA1' instead of Sheet14 in the formula. I only want to change the sheet number with another cell value.
I guess I'll have to use something with indirect() but I have no idea to do it.
Thank you for your help !