![]() |
I need a little help with comparing columns and indicating the mat
I am wanting to compare 2 columns for exact matching. 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. Column C will be retrived in an random order... so how would I write the formula for that????? Example: A B C 45time 11tune A match 11tune 89time 47doog 43jkjkj A match 123ABC 123ABC If possible include how to highlight the ones that make as another option. Thanks |
I need a little help with comparing columns and indicating the mat
In cell A2: =if(isna(match(b2,c:c,false)),"","Match")
You could then use conditional formating: Format Conditional Formating, use the drop downs to make the condition Cell Value Is, Equal To, "Match", then choose the format you want to use as a highlighter. Copy cell A2 though the rest of column A. "IFIXPCS" wrote: I am wanting to compare 2 columns for exact matching. 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. Column C will be retrived in an random order... so how would I write the formula for that????? Example: A B C 45time 11tune A match 11tune 89time 47doog 43jkjkj A match 123ABC 123ABC If possible include how to highlight the ones that make as another option. Thanks |
All times are GMT +1. The time now is 07:00 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com