compare 2 sets of data

S

Shannon Schulz

I want excel to compare two columns of data (in 2 worksheets) and tell me if a value in column A appears anywhere in column

Column A Column
123 1
226889 12
39583333 7596
40000000 3670000

I want to know that 123 appears in column a and b.
Help, please!
 
S

Stephen Bye

I would use conditional formatting.
Select column A, then use the Format > Conditional menu option.
Enter
'Formula is'
=NOT(ISNA(MATCH(A1,B:B,0)))
Then press the 'Format...' button and choose how you want the matching cells
highlighted.

Shannon Schulz said:
I want excel to compare two columns of data (in 2 worksheets) and tell me
if a value in column A appears anywhere in column B
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top