I'd try:
=SUMPRODUCT(--(left($A$2:$A$573,3)="Aug"),
--(left($D$2:$D$573,3)="App"),
--(left($F$2:$F$573,4)="AUTO"))
> I am trying to produce calculations for a sheet , broken down by month where
> I want to use contain somehow with sumproduct or countif but having no joy.
[quoted text clipped - 13 lines]
>
> So once I get one formula correct, the other 3 will be not a problem.

Signature
Dave Peterson
sesler2 - 22 Aug 2007 01:28 GMT
It's still returning 0 :-(
> I'd try:
>
[quoted text clipped - 19 lines]
> >
> > So once I get one formula correct, the other 3 will be not a problem.
sesler2 - 22 Aug 2007 02:12 GMT
Dave, please ignore first reply. Silly me - the cell value is 01/08/2006 so
when I paste the Month values in cells e.g h2 = 01/08/2006 and refer to h2
in the first condition below it works fine. Thanks for your help,
appreciated :-)
Shaz
> I'd try:
>
[quoted text clipped - 19 lines]
> >
> > So once I get one formula correct, the other 3 will be not a problem.