Let's assume that the dates are in column B. Try this:
=SUMPRODUCT(--(B1:B100>DATE(2007,1,1)),--(B1:B100<DATE(2008,1,1)),--(ISNUMBER(SEARCH("RXL",C1:C100))))
This will give youdates between 1/1/2007 and 1/1/2008 that contain RXL in
column C.

Signature
HTH,
Barb Reinhardt
> Someone very helpful helped me with a formula and hope maybe they can help me
> once agian.
[quoted text clipped - 7 lines]
> it works great... but I came up with the problem of needing only the Rxl's
> between certain dates. This formula calculates them all.