PC Review


Reply
Thread Tools Rate Thread

Compare & highlight changes between two worksheets?

 
 
Katie
Guest
Posts: n/a
 
      7th Mar 2009
I two worksheets of data & want to compare them and highlight the changes
between the two.
 
Reply With Quote
 
 
 
 
Shane Devenshire
Guest
Posts: n/a
 
      7th Mar 2009
Hi,

There are addins (some free, some not) which may do what you want. Here is
a start:

http://www.google.com/search?hl=en&s...ng+excel+files

However, lets say you want to compare Sheet1!A1 with Sheet2!A1 and so on,
and highlight the difference. Suppose you want to highlight the differences
in Sheet1. Suppose the range of concern is A110. Move to Sheet2 and
highlight the range A110. Click in the Name Box (on the left of the
Formula Bar) and type Data, then press Enter. Move back to Sheet1 and select
A110, then apply conditional formatting.

To conditionally format your cell(s):

In 2003:
1. Select the cells you want to format
2. Choose Format, Conditional Formatting
3. Choose Formula is from the first drop down
4. In the second box enter the formula:

=INDEX(Data2,ROW(),COLUMN())<>A1

5. Click the Format button
6. Choose a color on the Patterns tab (or any available option)
7. Click OK twice.

In 2007:
1. Highlight all the cells on the rows you want formatted
2. Choose Home, Conditional Formatting, New Rule
3. Choose Use a formula to determine which cell to format
4. In the Format values where this formula is true enter the following
formula:

=INDEX(Data2,ROW(),COLUMN())<>A1

5. Click the Format button and choose a format.
6. Click OK twice

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Katie" wrote:

> I two worksheets of data & want to compare them and highlight the changes
> between the two.

 
Reply With Quote
 
Shane Devenshire
Guest
Posts: n/a
 
      7th Mar 2009
I see I called on Data and the other Data2, a mistake. Whatever you call it,
use the same name in the formula.


The imporatant point is that if you want to do conditional formatting
between sheets range names are required.

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Wobbly" wrote:

> Data2?
>
> "Shane Devenshire" <(E-Mail Removed)> wrote in message
> news:1E58931B-1311-4554-A296-(E-Mail Removed)...
> > Hi,
> >
> > There are addins (some free, some not) which may do what you want. Here
> > is
> > a start:
> >
> > http://www.google.com/search?hl=en&s...ng+excel+files
> >
> > However, lets say you want to compare Sheet1!A1 with Sheet2!A1 and so on,
> > and highlight the difference. Suppose you want to highlight the
> > differences
> > in Sheet1. Suppose the range of concern is A110. Move to Sheet2 and
> > highlight the range A110. Click in the Name Box (on the left of the
> > Formula Bar) and type Data, then press Enter. Move back to Sheet1 and
> > select
> > A110, then apply conditional formatting.
> >
> > To conditionally format your cell(s):
> >
> > In 2003:
> > 1. Select the cells you want to format
> > 2. Choose Format, Conditional Formatting
> > 3. Choose Formula is from the first drop down
> > 4. In the second box enter the formula:
> >
> > =INDEX(Data2,ROW(),COLUMN())<>A1
> >
> > 5. Click the Format button
> > 6. Choose a color on the Patterns tab (or any available option)
> > 7. Click OK twice.
> >
> > In 2007:
> > 1. Highlight all the cells on the rows you want formatted
> > 2. Choose Home, Conditional Formatting, New Rule
> > 3. Choose Use a formula to determine which cell to format
> > 4. In the Format values where this formula is true enter the following
> > formula:
> >
> > =INDEX(Data2,ROW(),COLUMN())<>A1
> >
> > 5. Click the Format button and choose a format.
> > 6. Click OK twice
> >
> > --
> > If this helps, please click the Yes button.
> >
> > Cheers,
> > Shane Devenshire
> >
> >
> > "Katie" wrote:
> >
> >> I two worksheets of data & want to compare them and highlight the changes
> >> between the two.

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Compare two worksheets in the same workbook and highlight difference mrcreid Microsoft Excel Programming 7 10th Aug 2010 08:31 PM
Compare two worksheets and Highlight duplicates in each =?Utf-8?B?TGlzYWI=?= Microsoft Excel Programming 10 12th Sep 2007 05:28 PM
Compare Two Worksheets and Highlight Changes TEAM Microsoft Excel Programming 3 18th May 2006 01:17 PM
Compare two worksheets and highlight the one sheet’s difference from the other one minrufeng Microsoft Excel Programming 1 24th Feb 2006 10:19 PM
compare info in 4 worksheets and highlight fields that are the sam =?Utf-8?B?RWxsZW4=?= Microsoft Excel Worksheet Functions 3 25th Oct 2005 10:16 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:02 AM.