E
Eric
In my workbook, some formulas are like this:
=SUMPRODUCT(($E2<'sheet01'!$G$1:$G$500)*($F2>'sheet01'!$G$1:$G$500)*($C2='sheet01'!$E$1:$E$500)*($B2='sheet01'!$F$1:$F$500),'sheet01'!$J$1:$J$500)
'sheet01' is the name of one of my worksheets. It appears several time in
the worksheet.
When I want to make them refer to another worksheet, I have to change many
instances of the name.
Can I input the worksheet name into one of the cells, and the formulas get
the name from the cell, so that I just have to change it once?
Thanks in advance!!
=SUMPRODUCT(($E2<'sheet01'!$G$1:$G$500)*($F2>'sheet01'!$G$1:$G$500)*($C2='sheet01'!$E$1:$E$500)*($B2='sheet01'!$F$1:$F$500),'sheet01'!$J$1:$J$500)
'sheet01' is the name of one of my worksheets. It appears several time in
the worksheet.
When I want to make them refer to another worksheet, I have to change many
instances of the name.
Can I input the worksheet name into one of the cells, and the formulas get
the name from the cell, so that I just have to change it once?
Thanks in advance!!