
Signature
HTH,
RD
---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
>I need to test if a value is a member of an array. For example A1:A300 is
>an
[quoted text clipped - 6 lines]
>
> Thanks,
That's cool, but it didn't handle my "" values that I've got all over the
place. Here's what I'm using now. It's ugly, but it works.
=IF(SUMPRODUCT(--($A$1:$A$300=B1),--($A$1:$A$300<>""))>0,TRUE,"")
Thanks,
> Try this in C1:
>
[quoted text clipped - 10 lines]
> >
> > Thanks,
Bob Phillips - 03 Oct 2006 23:56 GMT
Just use
=SUMPRODUCT(--($A$1:$A$300=B1),--($A$1:$A$300<>""))>0

Signature
HTH
Bob Phillips
(replace somewhere in email address with gmail if mailing direct)
> That's cool, but it didn't handle my "" values that I've got all over the
> place. Here's what I'm using now. It's ugly, but it works.
[quoted text clipped - 21 lines]
> > >
> > > Thanks,
sb1920alk - 04 Oct 2006 00:33 GMT
This works. Thanks. It turns out I wanted TRUE or "" instead of TRUE or
FALSE, but this is 1 step simpliar. I'm sure I'll sure it in the future.
Thanks,
> Just use
>
[quoted text clipped - 32 lines]
> > > >
> > > > Thanks,
Bob Phillips - 04 Oct 2006 09:15 GMT
Use conditional formatting to hide False.

Signature
HTH
Bob Phillips
(replace somewhere in email address with gmail if mailing direct)
> This works. Thanks. It turns out I wanted TRUE or "" instead of TRUE or
> FALSE, but this is 1 step simpliar. I'm sure I'll sure it in the future.
[quoted text clipped - 37 lines]
> > > > >
> > > > > Thanks,
RagDyer - 04 Oct 2006 00:07 GMT
I'm glad you've got a working formula, but as a point of information, I
don't follow what you mean by saying that the Countif() *didn't handle* your
nulls ( "" ).
Could you describe what returns you got when you tried the Countif()
formula.

Signature
Regards,
RD
---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
> That's cool, but it didn't handle my "" values that I've got all over the
> place. Here's what I'm using now. It's ugly, but it works.
[quoted text clipped - 19 lines]
>> >
>> > Thanks,
sb1920alk - 04 Oct 2006 00:32 GMT
I'm testing all of column B, not just B1. Say A50="" and B2="", C2=TRUE with
your formula, and for what I'm doing, I wanted it "" again.
Regards,
> I'm glad you've got a working formula, but as a point of information, I
> don't follow what you mean by saying that the Countif() *didn't handle* your
[quoted text clipped - 24 lines]
> >> >
> >> > Thanks,
RagDyeR - 04 Oct 2006 16:19 GMT
Quite *different* from your OP, isn't it?

Signature
Regards,
RD
----------------------------------------------------------------------------
-------------------
Please keep all correspondence within the Group, so all may benefit !
----------------------------------------------------------------------------
-------------------
I'm testing all of column B, not just B1. Say A50="" and B2="", C2=TRUE with
your formula, and for what I'm doing, I wanted it "" again.
Regards,
"RagDyer" wrote:
> I'm glad you've got a working formula, but as a point of information, I
> don't follow what you mean by saying that the Countif() *didn't handle* your
[quoted text clipped - 30 lines]
> >> >
> >> > Thanks,