Thanks Peo! That worked, but now I have another problem.
I wanted to create this as an array formula so that the criteria is selected
from each row: G2 & I2, G3 & I3, and so forth. With the & in front of the
cell reference, it uses that same reference throughout the array.
I am not sure I understand, but maybe
=SUM(COUNTIF(Revised!$A$2:$A$336,">="&G2:G336))-SUM(COUNTIF(Revised!$A$2:$A$
336,">"&I2:I336))
needs to be array entered with ctrl + shift & enter

Signature
Regards,
Peo Sjoblom
> Thanks Peo! That worked, but now I have another problem.
>
[quoted text clipped - 3 lines]
>
> > Try
=COUNTIF(Revised!$A$2:$A$336,">="&G2)-COUNTIF(Revised!$A$2:$A$336,">"&I2)
> > otherwise excel sees it as you are looking for the text G2 and I2
> >
[quoted text clipped - 21 lines]
> >> Thanks,
> >> David
David Lipetz - 16 Dec 2005 21:11 GMT
Thanks again! The actual formula is:
=SUMIF(Revised!$A$2:$A$335,">="&A2:A8,Revised!$L$2:$L$335)-SUMIF(Revised!$A$2:$A$335,">"&C2:C8,Revised!$L$2:$L$335)
>I am not sure I understand, but maybe
>
[quoted text clipped - 42 lines]
>> >> Thanks,
>> >> David