Indirect function help

M

Marc W

Hi, can anyone help with this problem:
I have worksheets named 1 - 12 and also one named quality.
How would I include the Indirect function in the following to return data
from the sheet number I enter in cell 'A1' on my quality sheet.

=INDEX($B$2:$T$44,MATCH($M$55,$A$2:$A$47,0),MATCH(1,IF($B$2:$N$2=$M$56,IF($B$5:$T$5='36'!$M$57,1)),0))


Thanks
 
J

Jacob Skaria

Before each cell reference use

=INDIRECT("'" & A1 & "'!A1")
A1 will have the sheet name..

If this post helps click Yes
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top