View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
nicoll nicoll is offline
external usenet poster
 
Posts: 5
Default Comparing values in two columns


Hi

Is there a simple way to do the following with a macro?

I have two columns of data, for each value in column A I want to find out if
the corresponding entry in column B is always the same. E.g.

Column A Column B
Ann 2
Ann 2
Ann 2
Ann 2
Bill 5
Bill 5
Bill 6 ****
Bill 5
Bill 5
David 1
David 1
Catherine 3
Catherine 3
Catherine 3
Catherine 3
David 3 ****
Emily 4
Emily 4
Emily 4
Emily 4
Emily 4







I want to find the entries in column B where I've added an ***.

Thanks.