I need to see if the value of cell in a column on sheet1 is also in a column
on sheet2, if it is I want it to return a value of TRUE. Is there a function
I can use for this?

Re: find a value from 1 column in another column on another sheet by Bob

Bob
Thu Jul 24 11:30:21 CDT 2008

=COUNTIF(Sheet2!A:A,A2)

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Gluefoot" <Gluefoot@discussions.microsoft.com> wrote in message
news:4093A457-1825-4262-99C2-511D4E43AD2D@microsoft.com...
>I need to see if the value of cell in a column on sheet1 is also in a
>column
> on sheet2, if it is I want it to return a value of TRUE. Is there a
> function
> I can use for this?