Forum Discussion

jbbarnabas's avatar
jbbarnabas
Copper Contributor
Sep 04, 2020

Match Function - Checking various sheets

Good day community.

 

I need assistance please.

I need to see if Data is dupplicated in various sheets.

I currently use a match function ,but I`m 1unable to set the range of the match lookup array to all sheets in the workbook.

I`m aware that the Indirect function may be of assistance herein , but I`m unable to incorporate the indirect function correctly.

Or if there`s any way to extend the Macth Lookup array to multiple sheets. 

 

Thank you for assisting.

 

Jody Barnabas

 

7 Replies

  • jbbarnabas 

    It rather depends on the layout of the data you are trying to compare.  If you were looking for duplicate records in similar tables then Power Query might be to best solution.  An Append Query  would combine the Tables in memory.  Then first 'Keep duplicates' and then 'Remove Duplicates', to avoid retaining multiple copies of the duplicated records, would provide a list of the records held in duplicate.

    • jbbarnabas's avatar
      jbbarnabas
      Copper Contributor

      PeterBartholomew1 

       

      The example as below:

      The result needs to tell me when a row data is duplicated in one of the other sheets

      Main Sheet:

      VendorPriceDateProductDupplication Result
      A.Small20001.01.2020PC Mouse 
      B.Big30001.02.2020PC Screen 
      C. Average50001.03.2020Keyboard 

       

      Sheet 1

      VendorPriceDateProduct
      A.Small20001.03.2020Keyboard
      B.Big30001.02.2020PC Screen
      C. Average50001.04.2020PC Mouse

       

      Sheet 2

      VendorPriceDateProduct
      A.Small20001.01.2020Software
      B.Big30001.02.2020Printer
      C. Average50001.03.2020WIFI

       

      Thank you. 

       

Resources