No I do not want it to sum. I want both ranges to count the cells with the
#3 (Data!C1) in them.
Do you have a typo?
What are your ranges ... exactly?
Your OP formula depicted *overlapping* ranges of
N11:N26
and
N20:26 (?!?!)
So, now you've stated that you want to count cells in 2 ranges that contain
values less then the value in C1.
Fine ... what are your actual ranges?
You could simply combine 2 Countif() functions:
=Countif(range1,"<"&C1)+Countif(range2,"<"&C1)

Signature
HTH,
RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================
No I do not want it to sum. I want both ranges to count the cells with the
#3 (Data!C1) in them.
"Bob Phillips" wrote:
> Do you want to sum one if the other meets the condition? If so, they must be
> the same size. If not, what exactly do you want to do?
[quoted text clipped - 15 lines]
> > > > =COUNTIF(('Monitor Tool'!N11:N26,'Monitor Tool'!N20:26)"<" &Data!C1)
> > > > Renee
renee - 22 Sep 2006 17:44 GMT
I got it. Thank you RD
> Do you have a typo?
> What are your ranges ... exactly?
[quoted text clipped - 39 lines]
> > > > > =COUNTIF(('Monitor Tool'!N11:N26,'Monitor Tool'!N20:26)"<" &Data!C1)
> > > > > Renee
RagDyer - 22 Sep 2006 18:38 GMT
You're welcome, and appreciate the feed-back.

Signature
Regards,
RD
---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
>I got it. Thank you RD
>
[quoted text clipped - 46 lines]
>> > > > > &Data!C1)
>> > > > > Renee