One way:
=SUMPRODUCT(--('PO Numbers'!$K$4:$K$240=17407), --('PO
Numbers'!$A$4:$A$240>=DATE(2007,7,1)), --('PO
Numbers'!$A$4:$A$240<=DATE(2007,7,31)), 'PO Numbers'!$J$4:$J$240)
> this is the formula that I've used before but not needing dates so I'm having
> trouble.
[quoted text clipped - 6 lines]
>
> So my attempt at that is the =1/0/07 in the formula above. someone help.
Kalida Williams - 15 Oct 2007 19:53 GMT
This returned a #REF error.
> One way:
>
[quoted text clipped - 12 lines]
> >
> > So my attempt at that is the =1/0/07 in the formula above. someone help.
JE McGimpsey - 15 Oct 2007 23:01 GMT
Well, it's *your* sheet name, so make sure that there aren't any extra
spaces/etc. in all of the sheet names...
> This returned a #REF error.
>
[quoted text clipped - 3 lines]
> > Numbers'!$A$4:$A$240>=DATE(2007,7,1)), --('PO
> > Numbers'!$A$4:$A$240<=DATE(2007,7,31)), 'PO Numbers'!$J$4:$J$240)