Hey Gang,
I'm pretty stuck on this one.
I have a well working SUMPRODUCT statement that effectively returns a total (much like a SUMIFs can), yet excludes certain instances based on checking for values from another area. This works perfectly:
=SUMPRODUCT(--(Expenses!$Q$3:$Q$99999=$D5),--ISNA(MATCH(Expenses!$C$3:$C$99999,'Employee Detail - Year to Date'!$J$3:$J$101,0)),Expenses!$H$3:$H$99999)
Where I can't seem to figure out a solution for is how to also constrain that within two dates
I have a starting date in cell i1 and an ending date in cell j1
How can I enhance the above formal to also include
Where
Only dates in tab Expenses!$C$3:$C$99999
Are
>=i1
AND
<=j1
I just can't figure out the syntax to make it work
Thanks so much for any help
-Dave
I'm pretty stuck on this one.
I have a well working SUMPRODUCT statement that effectively returns a total (much like a SUMIFs can), yet excludes certain instances based on checking for values from another area. This works perfectly:
=SUMPRODUCT(--(Expenses!$Q$3:$Q$99999=$D5),--ISNA(MATCH(Expenses!$C$3:$C$99999,'Employee Detail - Year to Date'!$J$3:$J$101,0)),Expenses!$H$3:$H$99999)
Where I can't seem to figure out a solution for is how to also constrain that within two dates
I have a starting date in cell i1 and an ending date in cell j1
How can I enhance the above formal to also include
Where
Only dates in tab Expenses!$C$3:$C$99999
Are
>=i1
AND
<=j1
I just can't figure out the syntax to make it work
Thanks so much for any help
-Dave