Human_doing
Board Regular
- Joined
- Feb 16, 2011
- Messages
- 137
Hi all,
I can get sumproduct to work in this case:
=SUMPRODUCT(--(B2:B349="COMPLETED"),--(C2:C349="CAT"))
Where one entry is returned, which is correct (I tried this for test purposes) but when it comes to using dates it doesn't seem to work - if I put in
=SUMPRODUCT(--(B2:B349="COMPLETED"),--(C2:C349="01/01/2011"))
When there should be one result, it comes back as 0 results. Can anyone amend the formula or explain why there seems to be a difference when it comes to using this for dates?
Thanks
I can get sumproduct to work in this case:
=SUMPRODUCT(--(B2:B349="COMPLETED"),--(C2:C349="CAT"))
Where one entry is returned, which is correct (I tried this for test purposes) but when it comes to using dates it doesn't seem to work - if I put in
=SUMPRODUCT(--(B2:B349="COMPLETED"),--(C2:C349="01/01/2011"))
When there should be one result, it comes back as 0 results. Can anyone amend the formula or explain why there seems to be a difference when it comes to using this for dates?
Thanks