Forum Discussion

Rajiv_Kokitkar's avatar
Rajiv_Kokitkar
Copper Contributor
Mar 18, 2021

Compare two tables & Highlight difference

Hello Experts,

 

Would be helpful if spare some time & help me with below task ?

 

Task: To highlight differences (cells) in attached excel by comparing two tables.

 

Background : We have two tables ( Toy_Table & Toy_Drawer) in same sheet ( sheet1). please suggest fastest way to compare both tables & highlight differences in both tables.

 

Additional information :

  • Windows 10
  • MS excel 2016 ( desktop version)

Thanks,

Rajiv

4 Replies

  • TaiT1575's avatar
    TaiT1575
    Copper Contributor
    I think this webapp suits you well: https://diffcheck.net/
  • tauqeeracma's avatar
    tauqeeracma
    Iron Contributor

    Hi Rajiv_Kokitkar 

    You may use conditional formatting with below formula to highlight cells that do not match within two tables:

    =IFNA(MATCH(G2,$C$2:$C$8,0),0)

     

     

    A sample file is also attached for your reference. Please let me know if it works for you.

     

    Thanks

    Tauqeer

    • Rajiv_Kokitkar's avatar
      Rajiv_Kokitkar
      Copper Contributor
      Thank you Tauqeer . This is helpful. Is it possible to highlight cells from column
      'key' and 'Toy' which are not matching? 'Drawer' will be reference column in both tables.

      If not, I can still live with this solution

Resources