J
javaeboy
Thanks in advance...
I need to dynamically reference the name of a worksheet.
I currently have a spreadsheet with about 60 worksheets on it. I have
2 main worksheets that can call 1 or all 60 of the worksheets. I
currently have the worksheets called 1 - 60. I have numerous cells
that pull the information from the various sheets across the board. I
would like to exchange the '1' in the folowing function to whatever is
in let's say cell A6. I need to reference worksheet 2 in the next row,
and 3 in the next and so on. I want to be able to type a name in the
respective cell (A6, A7,...) and have the respective call work to that
worksheet.
=SUM('1'!$H$3:$H$302)
I want to have the equivalent (I know the syntax isn't correct...
=SUM('worksheet named in cell A6" !$H$3:$H$302)
I need to be able to change the value in cell A6 and have the function
look at $H$3:$H$302 in the new A6 names worksheet.
I hope that was clear.
I need to dynamically reference the name of a worksheet.
I currently have a spreadsheet with about 60 worksheets on it. I have
2 main worksheets that can call 1 or all 60 of the worksheets. I
currently have the worksheets called 1 - 60. I have numerous cells
that pull the information from the various sheets across the board. I
would like to exchange the '1' in the folowing function to whatever is
in let's say cell A6. I need to reference worksheet 2 in the next row,
and 3 in the next and so on. I want to be able to type a name in the
respective cell (A6, A7,...) and have the respective call work to that
worksheet.
=SUM('1'!$H$3:$H$302)
I want to have the equivalent (I know the syntax isn't correct...
=SUM('worksheet named in cell A6" !$H$3:$H$302)
I need to be able to change the value in cell A6 and have the function
look at $H$3:$H$302 in the new A6 names worksheet.
I hope that was clear.