Share via

Comparing two sheets doesn't work

Anonymous
2023-07-25T02:00:54+00:00

I wanted compare between source and destination's hash values via csv excel for data integrity.

https://www.ablebits.com/office-addins-blog/compare-two-excel-files-sheets/

I'm studying with this article, especially in section below,

'Highlight differences between 2 sheets with conditional formatting'.

After following that,

I got "cannot use relative reference on conditional formatting",

Even if excel says nothing error, it cannot detect my dummy test cells which is intentionally set different.

Of course both files are running on same excel program, and even synchronous rolling works good as well.

Microsoft 365 and Office | Excel | For business | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2023-07-26T03:32:59+00:00

After copy all the data into same sheet, use this formula to highlight the difference.

=B1<>E1

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

7 additional answers

Sort by: Most helpful
  1. Anonymous
    2023-07-25T04:12:40+00:00

    The rule even cannot be applied.

    Mine is office professional plus 2019.

    Can you guess why is this happening?

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2023-07-25T04:00:46+00:00

    Copy your data to same workbook with another sheet.

    =A1<>Sheet2!A1

    Image

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2023-07-25T03:51:15+00:00

    No, I wanna know how to do, not only consequences.

    Those test files are just 'test files', totally meaningless.

    It would be glad if you let me know what is the cause and solution or alternative.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2023-07-25T03:35:22+00:00

    Official tool for Spreadsheet Compare.

    Basic tasks in Spreadsheet Compare - Microsoft Support

    Could you share us two test file without sensitive information? We may set the conditional formatting for you and send back the files.

    For sharing a sample workbook, upload to OneDrive or any other cloud drives. Then post a link here.

    Was this answer helpful?

    0 comments No comments