Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Is there a way to match spreadsheets without using access?

in access I use unmatch to compare data files on excel worksheets. Using only
excel, is there a way around access?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Is there a way to match spreadsheets without using access?

There are a few ways I know to compare values in two worksheets...

#1. There are ways to compare two worksheets (cell by cell--A1 with A1, X99
with X99, ...).
Look at Myrna Larson and Bill Manville's compare program:
http://www.cpearson.com/excel/whatsnew.htm
look for compare.xla

#2. You could create a new sheet with formulas that look at the cells on other
sheets.
Put this in A1 of the new sheet:
=if(sheet1!a1=sheet2!a1,"","Different")
and drag down and to the right as far as you need.

#3. There are ways to compare two worksheets when each row/record has a unique
key. You could use =index(match()) or =vlookup() or a macro that does this for
you.

#3. There are programs that do text comparisons between plain old text files.
MSWord is one of those programs.

You could save the files as text files (.csv or .txt or .prn???) and then use
MSWord to compare the two text files.


barbb wrote:

in access I use unmatch to compare data files on excel worksheets. Using only
excel, is there a way around access?


--

Dave Peterson
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
Importing EXCEL Spreadsheets into ACCESS -- Macro or VBA? Excel Worksheet Functions 0 July 12th 06 10:08 PM
Importing EXCEL Spreadsheets into ACCESS -- Macro or VBA? Excel Discussion (Misc queries) 0 July 12th 06 10:08 PM
Importing from access database into multiple spreadsheets Sandy Excel Discussion (Misc queries) 1 September 8th 05 03:55 AM
How can I get Excel Spreadsheets to have that great Access look? . Tucson Guy Excel Discussion (Misc queries) 1 December 21st 04 04:44 PM
match two spreadsheets Socialism Excel Worksheet Functions 1 December 10th 04 05:59 AM


All times are GMT +1. The time now is 04:03 PM.

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

About Us

"It's about Microsoft Excel"