Hi All,
I currently have approx. 2,500 instances of the below formula which has resulted in the sheet calculation being extremely slow. 2,500 formula currently provides me with a year of projection for this particular model, although ideally I would project 35 years (whole life of the asset), which would require circa 87,500 formula, although this would takes minutes for the sheet to recalculate. Is there a more efficient formula to replace the below? Is there a way use use the OR function on the output instead of repeating it, i.e. SUMPRODUCT(...=OR(0,J9,J10),TRUE,FALSE)
=IF(OR(
SUMPRODUCT((Model!$F$24:$M$9999>=J$3)*(Model!$F$24:$M$9999<K$3)*(Model!$F$24:$M$9999<$H11)*(Model!$C$24:$C$9999=$G11)*Model!$E$24:$E$9999)*2=0,
SUMPRODUCT((Model!$F$24:$M$9999>=J$3)*(Model!$F$24:$M$9999<K$3)*(Model!$F$24:$M$9999<$H11)*(Model!$C$24:$C$9999=$G11)*Model!$E$24:$E$9999)*2=J9,
SUMPRODUCT((Model!$F$24:$M$9999>=J$3)*(Model!$F$24:$M$9999<K$3)*(Model!$F$24:$M$9999<$H11)*(Model!$C$24:$C$9999=$G11)*Model!$E$24:$E$9999)*2=J10),"",
SUMPRODUCT((Model!$F$24:$M$9999>=J$3)*(Model!$F$24:$M$9999<K$3)*(Model!$F$24:$M$9999<$H11)*(Model!$C$24:$C$9999=$G11)*Model!$E$24:$E$9999)*2)
Any help would be greatly appreciated
Bookmarks