Sunday, 6 September 2020

Compare two excel sheets and highlight the differences


Comparing two excel sheets for differences:

We can compare two excel Sheets for differences without any third party tool, just with the help of well known formulas.

This is achieved with the help of conditional formatting.

Steps:

1.Open the the workbook

2. Select the area of the worksheets in both of the excel files

Let's say Sheet1 looks like this.

And Sheet2 looks like this

There are some differences in both the sheets and we want to highlight those differences.

 For this we are using  conditional formatting formula for the selected ranges.

Click on conditional formatting on Home Tab. Select New Rule

Now Select "Use a formula to determine which cells to format" and Write the formula in the  Edit box as    =A1<>Sheet1!A1

Then click on Format button to select formatting options for highlighting. Here I want to highlight the differences in RED Colour. Select the colour you want and click OK.


Now the selected colour appears under formula like this.

4. Then click OK, the differences are highlighted with the format specified in the previous step.

Now you are able to see the differences highlighted in the red color.

2 comments:

  1. Please explain in detail with some images

    ReplyDelete
  2. Great!! It's working as I expected. I found this article very useful

    ReplyDelete

How to Integrate GraphQL API with Blue Prism

 GraphQL API - Blue Prism Integration This post discusses how to integrate GraphQL API with Blue Prism using a sample graphQL API and Utilit...