Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default Matching information in two columns

Hi all,
I have two columns of data, column A and Column B.
I want to check for all matches in columns A & B..how would I do this?

thanks in advance,
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 38
Default Matching information in two columns

I just asked the same question, and here are two answers that I received:

The following compares two columns and checks if both cells on the same row
are an exact match.

Put this formula into a new column, and copy it down.

=IF(A1=B1,"same","Different")

The following checks the data in a cell in column one, and looks if there is
the same data in any cell in column two.

=SUMPRODUCT(--(A1=$b$1:$C$30))

copy these formulas down the column.

It worked for me, and hope it works for you!
--
newyorkjoy
thanks for the help!


"Greenback" wrote:

Hi all,
I have two columns of data, column A and Column B.
I want to check for all matches in columns A & B..how would I do this?

thanks in advance,

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 38
Default Matching information in two columns

sorry. it should be:=SUMPRODUCT(--(A1=$b$1:$b$30))

--
newyorkjoy
thanks for the help!


"newyorkjoy" wrote:

I just asked the same question, and here are two answers that I received:

The following compares two columns and checks if both cells on the same row
are an exact match.

Put this formula into a new column, and copy it down.

=IF(A1=B1,"same","Different")

The following checks the data in a cell in column one, and looks if there is
the same data in any cell in column two.

=SUMPRODUCT(--(A1=$b$1:$C$30))

copy these formulas down the column.

It worked for me, and hope it works for you!
--
newyorkjoy
thanks for the help!


"Greenback" wrote:

Hi all,
I have two columns of data, column A and Column B.
I want to check for all matches in columns A & B..how would I do this?

thanks in advance,

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Matching 2 columns JJ44 Excel Worksheet Functions 3 July 19th 07 05:24 PM
Comparing two columns of information with 2 new columns of informa cbuck Excel Discussion (Misc queries) 1 January 16th 07 09:49 PM
matching on columns nick Excel Discussion (Misc queries) 0 October 24th 06 05:02 PM
Matching cell information Wato2 Excel Worksheet Functions 3 July 24th 06 03:10 PM
Matching cells that have unrelated information Troy S. Excel Discussion (Misc queries) 1 August 31st 05 04:00 AM


All times are GMT +1. The time now is 01:11 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"