#1   Report Post  
Posted to microsoft.public.excel.misc
IFIXPCS
 
Posts: n/a
Default Comparing 2 list

I have read through alot of problems here in the forum but none have answered
mine.

I am wanting to compare 2 columns for exact matching (ex. "Green32"). And
if there are two matching items I want to be able to say "A match" in a
chosen cell for all the ones that match.

Example:
A B C
45time 89time
A match 11tune 11tune
47doog 43jkjkj
A match 123ABC 123ABC

please help!!

Thank you in advance!
  #2   Report Post  
Posted to microsoft.public.excel.misc
bigwheel
 
Posts: n/a
Default Comparing 2 list

Based on your example data you bcould achieve this with the following:-

In cell A1, =IF(B1=C1,"A Match","")

If copied down the column, this will indicate all those cells which match

"IFIXPCS" wrote:

I have read through alot of problems here in the forum but none have answered
mine.

I am wanting to compare 2 columns for exact matching (ex. "Green32"). And
if there are two matching items I want to be able to say "A match" in a
chosen cell for all the ones that match.

Example:
A B C
45time 89time
A match 11tune 11tune
47doog 43jkjkj
A match 123ABC 123ABC

please help!!

Thank you in advance!

  #3   Report Post  
Posted to microsoft.public.excel.misc
Steve Yandl
 
Posts: n/a
Default Comparing 2 list

=IF(B1=C1,"A match","")


"IFIXPCS" wrote in message
...
I have read through alot of problems here in the forum but none have
answered
mine.

I am wanting to compare 2 columns for exact matching (ex. "Green32"). And
if there are two matching items I want to be able to say "A match" in a
chosen cell for all the ones that match.

Example:
A B C
45time 89time
A match 11tune 11tune
47doog 43jkjkj
A match 123ABC 123ABC

please help!!

Thank you in advance!



  #4   Report Post  
Posted to microsoft.public.excel.misc
IFIXPCS
 
Posts: n/a
Default Comparing 2 list

Thank you for your reply. I don't know if this will help.. for example
column C can be in any order... so how would I write the formula for that?????

"bigwheel" wrote:

Based on your example data you bcould achieve this with the following:-

In cell A1, =IF(B1=C1,"A Match","")

If copied down the column, this will indicate all those cells which match

"IFIXPCS" wrote:

I have read through alot of problems here in the forum but none have answered
mine.

I am wanting to compare 2 columns for exact matching (ex. "Green32"). And
if there are two matching items I want to be able to say "A match" in a
chosen cell for all the ones that match.

Example:
A B C
45time 89time
A match 11tune 11tune
47doog 43jkjkj
A match 123ABC 123ABC

please help!!

Thank you in advance!

  #5   Report Post  
Posted to microsoft.public.excel.misc
IFIXPCS
 
Posts: n/a
Default Comparing 2 list

Thank you for your reply. I don't know if this will help.. for example
column C can be in any order... so how would I write the formula for that?????


"Steve Yandl" wrote:

=IF(B1=C1,"A match","")


"IFIXPCS" wrote in message
...
I have read through alot of problems here in the forum but none have
answered
mine.

I am wanting to compare 2 columns for exact matching (ex. "Green32"). And
if there are two matching items I want to be able to say "A match" in a
chosen cell for all the ones that match.

Example:
A B C
45time 89time
A match 11tune 11tune
47doog 43jkjkj
A match 123ABC 123ABC

please help!!

Thank you 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
multiple select from the drop down list in excel. list in one sheet and drop down in sriramus Excel Discussion (Misc queries) 5 October 27th 05 06:55 PM
Data Validation and Blanks in List GoneRural Excel Worksheet Functions 1 October 26th 05 05:03 PM
HOW DO I MAKE VALIDATION LIST CONTAING DATA FROM A DIFFERENT BO CHAIM Excel Discussion (Misc queries) 1 September 29th 05 08:28 PM
Printing data validation scenarios SJC Excel Worksheet Functions 14 July 24th 05 12:43 AM
Refresh a Validation List? jhollin1138 Excel Discussion (Misc queries) 3 February 17th 05 05:48 PM


All times are GMT +1. The time now is 03:35 AM.

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"