I'm trying to adjust an Excel 2007 workbook so that all of my formulas work with Excel 2003 and I've got one table has me stymied. I've tried a number of SUMPRODUCT and SUM calculations but keep getting a value of "$0" returned. Here's my formula:
=IF(SUMIFS(codes!$D$2:$D$10870,codes!$C$2:$C$10870,$D16,codes!$A$2:$A$10870,G$2)=0,"",SUMIFS(codes!$D$2:$D$10870,codes!$C$2:$C$10870,$D16,codes!$A$2:$A$10870,G$2))
When running correctly it returns all of the values for stock codes in my table. Anyone have any ideas on how to make this work in Excel 2003?
=IF(SUMIFS(codes!$D$2:$D$10870,codes!$C$2:$C$10870,$D16,codes!$A$2:$A$10870,G$2)=0,"",SUMIFS(codes!$D$2:$D$10870,codes!$C$2:$C$10870,$D16,codes!$A$2:$A$10870,G$2))
When running correctly it returns all of the values for stock codes in my table. Anyone have any ideas on how to make this work in Excel 2003?