The formula below sums across worksheets:
Where T11:T18 houses the worksheet names. The formula works fine.
How can I get the CE35 to increment by one column to the right as I drag the formula to the right. That is CF35, CG35 etc.
Your assistance is appreciated.
Code:
[COLOR="Navy"]=[SIZE="2"]SUMPRODUCT(SUMIF(INDIRECT("'"&T11:T18&"'!CE35"),">0"))[/SIZE][/COLOR]
Where T11:T18 houses the worksheet names. The formula works fine.
How can I get the CE35 to increment by one column to the right as I drag the formula to the right. That is CF35, CG35 etc.
Your assistance is appreciated.