Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
multiple select from the drop down list in excel. list in one sheet and drop down in | Excel Discussion (Misc queries) | |||
Data Validation and Blanks in List | Excel Worksheet Functions | |||
HOW DO I MAKE VALIDATION LIST CONTAING DATA FROM A DIFFERENT BO | Excel Discussion (Misc queries) | |||
Printing data validation scenarios | Excel Worksheet Functions | |||
Refresh a Validation List? | Excel Discussion (Misc queries) |