How can I change this formula so I do not have to use an array function. Right now the array calculations are eating up the calucaltion time and making the file much larger than it needs to be:
=SUM(IF((Sheet1!$T$6:$T$80000=$B29)*(Sheet1!$J$6:$J$80000=$A29),Sheet1!$Z$6:$Z$80000,""))
Thanks.
=SUM(IF((Sheet1!$T$6:$T$80000=$B29)*(Sheet1!$J$6:$J$80000=$A29),Sheet1!$Z$6:$Z$80000,""))
Thanks.