Assuming your data starts in row 1, then you can put this formula in
C1:
=COUNTIF(A$1:A$5,B1)
and copy this down. This will count the number of times that the name
in B occurs in A (adjust the range to suit your data), so any values
of 0 indicate that the name in B does not occur in column A. Hence you
can apply autofilter on column C and select 0 to give you the names
which are unique to column B.
Hope this helps.
Pete
> Using Excel 2003
>
[quoted text clipped - 21 lines]
> Is there some other way of accomplishing this comparison? Anything that
> would return "Johnny" as a unique entry in Column B?
BK - 16 Jan 2008 02:24 GMT
Wow! That worked great! Thanks so much!
Assuming your data starts in row 1, then you can put this formula in
C1:
=COUNTIF(A$1:A$5,B1)
and copy this down. This will count the number of times that the name
in B occurs in A (adjust the range to suit your data), so any values
of 0 indicate that the name in B does not occur in column A. Hence you
can apply autofilter on column C and select 0 to give you the names
which are unique to column B.
Hope this helps.
Pete
On Jan 15, 11:10 pm, "BK" <nos...@nospam.com> wrote:
> Using Excel 2003
>
[quoted text clipped - 22 lines]
> Is there some other way of accomplishing this comparison? Anything that
> would return "Johnny" as a unique entry in Column B?
Pete_UK - 16 Jan 2008 13:45 GMT
Glad to be of help - thanks for feeding back.
Pete
> Wow! That worked great! Thanks so much!
>
[quoted text clipped - 43 lines]
>
> - Show quoted text -
Hi!
Try this simple add-in for Excel
http://www.office-excel.com/excel-addins/compare-spreadsheets.html
Hope it helps!
Eugene
> Using Excel 2003
>
[quoted text clipped - 21 lines]
> Is there some other way of accomplishing this comparison? Anything that
> would return "Johnny" as a unique entry in Column B?