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:
=SUMIFS('Data Tab'!S$6:S$3770,'Data Tab'!$P$6:$P$3770,"Aircraft",'Data Tab'!$N$6:$N$3770,"Engines",'Data Tab'!$C$6:$C$3770,"Bolts")
When running correctly it returns all of the values for "aircraft engine bolts" in my table. Anyone have any ideas on how to make this work in Excel 2003?
=SUMIFS('Data Tab'!S$6:S$3770,'Data Tab'!$P$6:$P$3770,"Aircraft",'Data Tab'!$N$6:$N$3770,"Engines",'Data Tab'!$C$6:$C$3770,"Bolts")
When running correctly it returns all of the values for "aircraft engine bolts" in my table. Anyone have any ideas on how to make this work in Excel 2003?