How do I compare lists in Excel?

G

Guest

I have two large lists (list1 and list2) in Excel. They both have the same
columns... and the same number of rows. In list2, differences have been made
to some of the rows. But not all.

I want to pinpoint the rows that have been changed. So, find the rows in
list2 that are different from the rows in list1.

Since these differences can occur in all of the columns (say columnA -
columnAB), I don't know in which column to check.

Can anyone help me out? Any help is appreciated!
Jazz
 
G

Guest

Assuming that the "Lists" are tabs and the same type of information is in
each cell but what's in it has changed, meaning Chris changed to Christopher,
you could set up another tab to look for the changes per cell. Use a formula
such as:

=IF(Sheet1!A1=Sheet2!A1,"","Change")

Place this formula in every cell and then scan for which cell changed.
 
G

Guest

But that would mean that I would have to check every cell individually,
wouldn't it? I have about 9000 rows and 28 columns.

Is there an easier way to check a complete row of 'tab1' against a complete
row of 'tab2'?

Thanks,

Jazz
 

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