I'm looking for the easiest/quickest method to accomplish the below:
Column A B C
row 1 ='1'!$T$58 ='1'!$B$60 ='1'!$C$30
row 2 ='2'!$T$58 ='2'!$B$60 ='2'!$C$30
row 3 ='3'!$T$58 ='3'!$B$60 ='3'!$C$30
...
row 50
I have one workbook with up to 50 worksheets (named 1 thru 50). I am creating a 'summary' worksheet that will reference various cells from all the worksheets and provide a summary in a table like shown above. How do I quickly accomplish this without manually creating each line in each column and going in and entering each worksheet 1, 2, 3, all the way to 50 ???
Let me know if this isn't clear... THANK YOU!