Hello all
I have a SUMIFS formula which works in 2007 however I need backward compatibility with excel 2003 as I don't want to have to make 2 versions of the workbook. I've tried entering a sumproduct alternative after researching these forums however it returns the #VALUE error.
the formula that works in 2007 is:
=SUM(SUMIFS(KVS!C:C,KVS!A:A,Control!J40,KVS!B:B,{"0600","0615","0630","0645"}))
the sumproduct alternative which doesn't work :
=SUMPRODUCT(--(KVS!A1:A1345="Control!J40"),--(KVS!B1:B1345={"0600","0615","0630","0645"}),KVS!C1:C1345)
any help at all would be greatly appreciated
Adam
Bookmarks