View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Susanne Susanne is offline
external usenet poster
 
Posts: 20
Default compare & match text

I have changed the formula according to my worksheet but it only gives me
N/A...

I have my names/room mates in the columns of B and Q, and my Excel uses the
; instead of commas to separate in formulas. Could you please look through it
for me? Have I done wrong ...?

My first row is #3.

=IF(INDEX($B$3:$B$100;MATCH(Q3;$B$3:$B$100;0))=Q3; "Match";"No match")

Rgs
Susanne


"vezerid" wrote:

On May 22, 2:29 pm, Susanne wrote:
In column A I have the names of the participants and in column B I have the
names of their room mate. Meaning that everybody are mentioned in both
columns of course. Now I need to check that if John is Kenns room mate then
Kenn is also Johns room mate.

Could anyone please help me.

Thanks,
Susanne


In column C (C2)
=IF(INDEX($A$2:$A$100,MATCH(B2,$A$2:$A$100,0))=B2, "Match","No match")

You can then use filter on C or simply spot inconsistencies.

HTH
Kostis Vezerides