Okay, I've seen multiple posts on this but I am not having any luck trying an array with SUM and SUMPRODUCT.
I have multiple data fields but I want the count if I:I is equal to "FLUID", J:J is not equal to "VERIFIED", and L:L has any text that begins in "Y". Then the same for the sum.
The formulas I have in 2007 that work perfectly. Any suggestions on how to make it work with 2003?
=COUNTIFS(I12:I1001,"FLUID",J12:J1001,"<>VERIFIED",L12:L1001,"Y*")
=SUMIFS(G12:G1001,I12:I1001,"FLUID",J12:J1001,"<>VERIFIED",L12:L1001,"Y*")
When I take out the "<>" and the wildcards it seems to work. But I need those...
I have multiple data fields but I want the count if I:I is equal to "FLUID", J:J is not equal to "VERIFIED", and L:L has any text that begins in "Y". Then the same for the sum.
The formulas I have in 2007 that work perfectly. Any suggestions on how to make it work with 2003?
=COUNTIFS(I12:I1001,"FLUID",J12:J1001,"<>VERIFIED",L12:L1001,"Y*")
=SUMIFS(G12:G1001,I12:I1001,"FLUID",J12:J1001,"<>VERIFIED",L12:L1001,"Y*")
When I take out the "<>" and the wildcards it seems to work. But I need those...