Wolfgang17
Board Regular
- Joined
- Nov 8, 2010
- Messages
- 63
I am trying to sum a range of cells across two sheets. The sheet names are "Dec 19 2010" and "Dec 26 2010". I would like to sum the total of range J10:J30 on both sheets if the criteria of "6-Fixed OT", which is held in cell T3 on my "Summary" sheet, is selected from range K10:K30 on both sheets.
I've tried the formula below with many similiar variations with no success. Any help would be appreciated.
=SUMPRODUCT(SUMIF(INDIRECT(""& 'Dec 19 2010 : Dec 26 2010'!K10:K30"),Summary!T3,INDIRECT(""&' Dec 19 2010 : Dec 26 2010'!"J10:J30)
Thanks
I've tried the formula below with many similiar variations with no success. Any help would be appreciated.
=SUMPRODUCT(SUMIF(INDIRECT(""& 'Dec 19 2010 : Dec 26 2010'!K10:K30"),Summary!T3,INDIRECT(""&' Dec 19 2010 : Dec 26 2010'!"J10:J30)
Thanks