Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have 2 worksheets, one with 6 columns of data and the other with 12 columns
of data. Both have an unspecified number of rows. The data in the first worksheet(6 columns, A-F) needs to be compared with the data in the second worksheet(12 columns, but only columns G-L need to match the data in the first worksheet columns A-F). I need to create a 3rd worksheet showing the data in the rows that did not match across the 2 worksheets. The first two worksheet's data is not sorted so the rows don't line up across the sheets. e.g. worksheet 1 data columns A-F SPX OCT 2008 800 0 1200 SPX OCT 2008 900 0 -1400 SPX OCT 2008 975 0 200 worksheet 2 data columns G-L SPX OCT 2008 900 0 -1400 SPX OCT 2008 800 0 1200 SPX OCT 2008 975 0 100 The only data that will show up in the 3rd worksheet is SPX OCT 2008 975 0 200 and SPX OCT 2008 975 0 100 Any help is greatly appreciated. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Compare 2 worksheets all 6 columns in each worksheet | Excel Worksheet Functions | |||
Compare worksheets for duplicates and copy data to 1st worksheet | Excel Worksheet Functions | |||
Compare data in 2 worksheets | Excel Discussion (Misc queries) | |||
I need to compare two worksheets and create a new worksheet | Excel Discussion (Misc queries) | |||
Compare 2 Worksheets Create a 3rd depending on results | Excel Discussion (Misc queries) |