Thread: Comparing
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Comparing

in the first sheet in B1

=Countif(A1,Sheet2!$A:$A)

then drag fill down the column.

as an example.

--
Regards,
Tom Ogilvy

"Kirk" wrote in message
...
I need to be able to compare a column of values on one tab with a column

of values in another tab. I was able to do this before using a function
within the cell itself but I can not remember how.

Any ideas on how to do this?

Any help would be appreciated.

Thanks.

Kirk