I'm not sure what your first question is - does the SP formula not
work, then? Check the formatting of column A (dates?) and column D if
not.
For your second question, you can just reformat the cells using a
custom format of mm yyyy, or mmm yy, or mmmm yy. (3 m's will give the
abbreviated name, 4 m's will give the full name)
Alternatively, you could put:
=A1
in an adjacent cell, format this as mm yyyy (or one of the others),
and copy down.
Another alternative still is to use this formula:
=TEXT(A1,"mm yyyy")
and copy down, although this will return a text result.
Hope this helps.
Pete
> Hi,
>
[quoted text clipped - 15 lines]
>
> Thanks!
J.Mart - 14 Mar 2008 20:37 GMT
Thanks!
> I'm not sure what your first question is - does the SP formula not
> work, then? Check the formatting of column A (dates?) and column D if
[quoted text clipped - 40 lines]
> >
> > Thanks!
Pete_UK - 15 Mar 2008 00:49 GMT
You're welcome.
Pete
> Thanks!
>
[quoted text clipped - 44 lines]
>
> - Show quoted text -
I'd use:
=SUMPRODUCT(--(text($A$18:$A$3295,"yyyymm")=text($C4,"yyyymm")),
--($D$18:$D$3295>=1000))
Where C4 contains a real date, too.
> Hi,
>
[quoted text clipped - 15 lines]
>
> Thanks!

Signature
Dave Peterson
J.Mart - 14 Mar 2008 20:37 GMT
Dave- thank you. This was helpful.
> I'd use:
> =SUMPRODUCT(--(text($A$18:$A$3295,"yyyymm")=text($C4,"yyyymm")),
[quoted text clipped - 21 lines]
> >
> > Thanks!