Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. "Jazz - Netherlands" wrote: 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 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 "jeffstew1" wrote: 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. "Jazz - Netherlands" wrote: 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
How can I merge different lists in Excel? | Excel Discussion (Misc queries) | |||
Is there a way to compare two excel files for repetitious cells? | Excel Worksheet Functions | |||
How do you convert embedded drop-down lists in Excel '97? | Excel Worksheet Functions | |||
How do I compare lists and eliminate duplictates | Excel Discussion (Misc queries) |