TeresaMarx
New Member
- Joined
- Dec 7, 2010
- Messages
- 15
I am creating a report and all was going well untill I hit this snaffu, I need a formula that will only count the rows in column c between 7/1/11 and 7/31/11 and only if the rows in column D start with x. So far this is what I have and it is not working
=SUMPRODUCT((Declines!C:C>="7/1/2011"+0)*(Declines!C:C<="7/31/2011"+0)*(Declines!B:B="X*"))
=SUMPRODUCT((Declines!C:C>="7/1/2011"+0)*(Declines!C:C<="7/31/2011"+0)*(Declines!B:B="X*"))