Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default I need to verify data from 2 different worksheets how do i do it

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 37
Default I need to verify data from 2 different worksheets how do i do it

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to verify selected data from drop-down list? PG Excel Worksheet Functions 1 September 5th 08 03:43 PM
How can I check/verify data in my Data Source for Pivot table? gayleh Excel Worksheet Functions 1 April 16th 08 08:30 PM
verify data with macro? Elizabeth New Users to Excel 1 November 16th 06 09:29 PM
Verify Data Format via VB Bob Phillips[_6_] Excel Programming 1 April 27th 04 08:26 PM
How to verify specific Worksheets are present TBA[_2_] Excel Programming 1 December 10th 03 08:18 AM


All times are GMT +1. The time now is 11:25 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"