Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 86
Default Comparing two worksheets

Greetings!

I have two worksheets, one is an old database and the other a newer updated
version of the old.

So far, I have named the range in the old and have applied conditional
formating to the new using a countif(myrange,a2)=0 to highlight the
differences. The conditional formating is making the spreadsheet difficult
to work with, its very sluggish...one question is: Can I copy and past the
new formating without losing the marked differences or do I need to keep the
conditional formating? another question would be - - - - - IS THERE A BETTER
WAY?
THANKS SO MUCH--
Jules
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Comparing two worksheets

You could use a MATCH function for this in a helper column of Sheet2,
along the lines of:

=IF(ISNA(MATCH(A2,Sheet1!A$2:A$1000,0)),"missing", "present")

then copy this down, or, indeed, use your CF formula in a helper
column in a similar way. Then you could fix the values, so there is no
overhead from recalculation. You could also apply filters to select
the missing items etc.

Hope this helps.

Pete

On Oct 5, 7:08 pm, Jules wrote:
Greetings!

I have two worksheets, one is an old database and the other a newer updated
version of the old.

So far, I have named the range in the old and have applied conditional
formating to the new using a countif(myrange,a2)=0 to highlight the
differences. The conditional formating is making the spreadsheet difficult
to work with, its very sluggish...one question is: Can I copy and past the
new formating without losing the marked differences or do I need to keep the
conditional formating? another question would be - - - - - IS THERE A BETTER
WAY?
THANKS SO MUCH--
Jules



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
Need help in comparing two worksheets casey Excel Discussion (Misc queries) 1 September 30th 07 06:13 PM
Comparing 5 worksheets thewildleo Excel Worksheet Functions 0 July 27th 06 09:47 AM
Comparing two different Worksheets senthilmca Excel Worksheet Functions 0 June 1st 06 06:36 AM
Comparing Two Worksheets RFJ Excel Worksheet Functions 5 September 21st 05 04:06 PM
Comparing 2 worksheets Cube Farmer Excel Worksheet Functions 0 July 20th 05 06:50 PM


All times are GMT +1. The time now is 07:48 AM.

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"