Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Excel Newbie
 
Posts: n/a
Default Comparing data (Before & After)

I have set up two tabs within a worksheet with some data I want to compare.
The first is entitled "Before" and the second "After". On the third tab
(called "Comparison") I want to write a query of some type that looks at the
data on the "Before" tab and the data on the "After" tab. If the information
is the same, it leaves the cell blank on the "Comparison" tab; if the
information is different, it inserts a statement that says "Data does not
match".

Since I'm new to comparing data in Excel (I have 51,000 lines of data that
was imported from two .TXT files) is there a quick and easy way to do this?

Thanks.
--
Excel Newbie
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Trevor Shuttleworth
 
Posts: n/a
Default Comparing data (Before & After)

Put:

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

in cell A1 on your Comparison sheet. Then copy down and across to cover all
the cells you want to compare.

Well, that's one (simple) way. Use AutoFill to make it quicker.

Regards

Trevor


"Excel Newbie" <someone@thebrink wrote in message
...
I have set up two tabs within a worksheet with some data I want to compare.
The first is entitled "Before" and the second "After". On the third tab
(called "Comparison") I want to write a query of some type that looks at
the
data on the "Before" tab and the data on the "After" tab. If the
information
is the same, it leaves the cell blank on the "Comparison" tab; if the
information is different, it inserts a statement that says "Data does not
match".

Since I'm new to comparing data in Excel (I have 51,000 lines of data that
was imported from two .TXT files) is there a quick and easy way to do
this?

Thanks.
--
Excel Newbie



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
Comparing two sets data for different month achilles Excel Discussion (Misc queries) 0 February 9th 06 02:44 PM
Help PLEASE! Not sure what answer is: Match? Index? Other? baz Excel Worksheet Functions 7 September 3rd 05 03:47 PM
Saving data in a worksheet within a workbook Homeuser Excel Discussion (Misc queries) 2 August 21st 05 10:49 PM
need help comparing data in 2 separate worksheets \Wayne via OfficeKB.com\ Excel Worksheet Functions 0 July 6th 05 09:02 PM
Sort pages? David Excel Discussion (Misc queries) 15 May 13th 05 11:33 PM


All times are GMT +1. The time now is 07:15 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"