Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have two different worksheets with more or less the same data in relevent
columns, what I want to do is verify data within certain columns. how can I do this to show any difference |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
There are at least a couple of alternatives. One is to create an extra
column in each worksheet identifying which worksheet the data belongs to and then combining the two worksheets into one. You could then sort the combined worksheet so that matching rows from the two worksheets are next to one another. Finally, you could write a macro to do a comparison of the rows and check appropriate values. It is a bit complicated, but it can be done. A second option is to link the two worksheets into Access and do a join query on the relevant fields to find the matching and non-matching rows between the two worksheets. This is the easier option in my opinion, however it requires knowledge of Access, of course. -- David Lloyd MCSD .NET http://LemingtonConsulting.com This response is supplied "as is" without any representations or warranties. "data verification" <data wrote in message ... I have two different worksheets with more or less the same data in relevent columns, what I want to do is verify data within certain columns. how can I do this to show any difference |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to verify selected data from drop-down list? | Excel Worksheet Functions | |||
How can I check/verify data in my Data Source for Pivot table? | Excel Worksheet Functions | |||
verify data with macro? | New Users to Excel | |||
Verify Data Format via VB | Excel Programming | |||
How to verify specific Worksheets are present | Excel Programming |