ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Excel - Finding duplicates in workbook and moving them into their own work sheets

    IT Discussion
    excel
    4
    18
    1.3k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • IRJI
      IRJ
      last edited by

      I want to find duplicate fields in a workbook with multiple work sheets in it and move those duplicate rows into their own worksheet.

      Is that something I can do or am I just insane?

      travisdh1T 1 Reply Last reply Reply Quote 0
      • IRJI
        IRJ
        last edited by IRJ

        So to explain a little better.... I have column that has thousands of entries through out the workbook in multiple worksheets. I want to find the duplicates cells in that column throughout the workbook. Then if a cell is repeated 6 times, it creates a worksheet entry with those 6 entire rows. The next duplicate cell had 4 rows, and it creates a worksheet with its 4 rows and so on.

        1 Reply Last reply Reply Quote 0
        • DustinB3403D
          DustinB3403
          last edited by

          While I know it's possible to find duplicates, I do not know if it would be an easy feat to have the same function create a new worksheet and move those duplicates to it.

          1 Reply Last reply Reply Quote 0
          • travisdh1T
            travisdh1 @IRJ
            last edited by

            @IRJ said in Excel - Finding duplicates in workbook and moving them into their own work sheets:

            I want to find duplicate fields in a workbook with multiple work sheets in it and move those duplicate rows into their own worksheet.

            Is that something I can do or am I just insane?

            I'm sure it could be done with Excel with some fancy macro programming.

            This is something that would be trivial to do in a proper database. I don't suppose this report is being generated in a proper database before being exported to Excel is it?

            IRJI 1 Reply Last reply Reply Quote 1
            • IRJI
              IRJ @travisdh1
              last edited by

              @travisdh1 said in Excel - Finding duplicates in workbook and moving them into their own work sheets:

              @IRJ said in Excel - Finding duplicates in workbook and moving them into their own work sheets:

              I want to find duplicate fields in a workbook with multiple work sheets in it and move those duplicate rows into their own worksheet.

              Is that something I can do or am I just insane?

              I'm sure it could be done with Excel with some fancy macro programming.

              This is something that would be trivial to do in a proper database. I don't suppose this report is being generated in a proper database before being exported to Excel is it?

              Of course not.. (face palm)

              DustinB3403D 1 Reply Last reply Reply Quote 1
              • DustinB3403D
                DustinB3403 @IRJ
                last edited by

                @IRJ said in Excel - Finding duplicates in workbook and moving them into their own work sheets:

                @travisdh1 said in Excel - Finding duplicates in workbook and moving them into their own work sheets:

                @IRJ said in Excel - Finding duplicates in workbook and moving them into their own work sheets:

                I want to find duplicate fields in a workbook with multiple work sheets in it and move those duplicate rows into their own worksheet.

                Is that something I can do or am I just insane?

                I'm sure it could be done with Excel with some fancy macro programming.

                This is something that would be trivial to do in a proper database. I don't suppose this report is being generated in a proper database before being exported to Excel is it?

                Of course not.. (face palm)

                🤦

                1 Reply Last reply Reply Quote 0
                • DustinB3403D
                  DustinB3403
                  last edited by

                  Is finding the duplicates and highlighting them not sufficient to get you started?

                  What I would do is just highlight the duplicates, sort by duplicates and manually copy them to new worksheets.

                  Likely this would be faster than hoping excel can do it.

                  IRJI 1 Reply Last reply Reply Quote 0
                  • IRJI
                    IRJ @DustinB3403
                    last edited by

                    @DustinB3403 said in Excel - Finding duplicates in workbook and moving them into their own work sheets:

                    Is finding the duplicates and highlighting them not sufficient to get you started?

                    What I would do is just highlight the duplicates, sort by duplicates and manually copy them to new worksheets.

                    Likely this would be faster than hoping excel can do it.

                    There are thousands of entries

                    DustinB3403D 1 Reply Last reply Reply Quote 0
                    • DustinB3403D
                      DustinB3403 @IRJ
                      last edited by

                      @IRJ said in Excel - Finding duplicates in workbook and moving them into their own work sheets:

                      @DustinB3403 said in Excel - Finding duplicates in workbook and moving them into their own work sheets:

                      Is finding the duplicates and highlighting them not sufficient to get you started?

                      What I would do is just highlight the duplicates, sort by duplicates and manually copy them to new worksheets.

                      Likely this would be faster than hoping excel can do it.

                      There are thousands of entries

                      So? You can still highlight and filter out non-duplicate entries.

                      1 Reply Last reply Reply Quote 0
                      • IRJI
                        IRJ
                        last edited by

                        Think of it like an account number that has a row for each transaction. That number is very unique and it will duplicate itself fairly often but in a repeatable fashion on the same column.

                        DustinB3403D 1 Reply Last reply Reply Quote 0
                        • DustinB3403D
                          DustinB3403 @IRJ
                          last edited by

                          @IRJ said in Excel - Finding duplicates in workbook and moving them into their own work sheets:

                          Think of it like an account number that has a row for each transaction. That number is very unique and it will duplicate itself fairly often but in a repeatable fashion on the same column.

                          So why wouldn't finding duplicates and then sorting out non-duplicates with the built in filter function work for this?

                          IRJI 1 Reply Last reply Reply Quote 1
                          • IRJI
                            IRJ @DustinB3403
                            last edited by IRJ

                            @DustinB3403 said in Excel - Finding duplicates in workbook and moving them into their own work sheets:

                            @IRJ said in Excel - Finding duplicates in workbook and moving them into their own work sheets:

                            Think of it like an account number that has a row for each transaction. That number is very unique and it will duplicate itself fairly often but in a repeatable fashion on the same column.

                            So why wouldn't finding duplicates and then sorting out non-duplicates with the built in filter function work for this?

                            Can you expand on what you're saying? I'm not quite sure what you mean.

                            travisdh1T DustinB3403D 2 Replies Last reply Reply Quote 0
                            • travisdh1T
                              travisdh1 @IRJ
                              last edited by

                              @IRJ said in Excel - Finding duplicates in workbook and moving them into their own work sheets:

                              @DustinB3403 said in Excel - Finding duplicates in workbook and moving them into their own work sheets:

                              @IRJ said in Excel - Finding duplicates in workbook and moving them into their own work sheets:

                              Think of it like an account number that has a row for each transaction. That number is very unique and it will duplicate itself fairly often but in a repeatable fashion on the same column.

                              So why wouldn't finding duplicates and then sorting out non-duplicates with the built in filter function work for this?

                              Can you expand on what you're saying? I'm not quite sure what you mean.

                              Select the column -> Data tab -> Auto sort button -> select the value you want from the dropdown box on the top row of that column.

                              IRJI 1 Reply Last reply Reply Quote 0
                              • IRJI
                                IRJ @travisdh1
                                last edited by

                                @travisdh1 said in Excel - Finding duplicates in workbook and moving them into their own work sheets:

                                @IRJ said in Excel - Finding duplicates in workbook and moving them into their own work sheets:

                                @DustinB3403 said in Excel - Finding duplicates in workbook and moving them into their own work sheets:

                                @IRJ said in Excel - Finding duplicates in workbook and moving them into their own work sheets:

                                Think of it like an account number that has a row for each transaction. That number is very unique and it will duplicate itself fairly often but in a repeatable fashion on the same column.

                                So why wouldn't finding duplicates and then sorting out non-duplicates with the built in filter function work for this?

                                Can you expand on what you're saying? I'm not quite sure what you mean.

                                Select the column -> Data tab -> Auto sort button -> select the value you want from the dropdown box on the top row of that column.

                                Then just manually save each one?

                                1 Reply Last reply Reply Quote 0
                                • DustinB3403D
                                  DustinB3403
                                  last edited by

                                  0_1542032394194_EXCEL_2018-11-12_09-18-39.png 0_1542032395936_EXCEL_2018-11-12_09-18-56.png 0_1542032398111_EXCEL_2018-11-12_09-19-34.png 0_1542032400301_EXCEL_2018-11-12_09-19-44.png

                                  1 Reply Last reply Reply Quote 3
                                  • DustinB3403D
                                    DustinB3403 @IRJ
                                    last edited by DustinB3403

                                    @IRJ said in Excel - Finding duplicates in workbook and moving them into their own work sheets:

                                    @DustinB3403 said in Excel - Finding duplicates in workbook and moving them into their own work sheets:

                                    @IRJ said in Excel - Finding duplicates in workbook and moving them into their own work sheets:

                                    Think of it like an account number that has a row for each transaction. That number is very unique and it will duplicate itself fairly often but in a repeatable fashion on the same column.

                                    So why wouldn't finding duplicates and then sorting out non-duplicates with the built in filter function work for this?

                                    Can you expand on what you're saying? I'm not quite sure what you mean.

                                    See my sample screenshots, from the filter menu you can then show only repeating numbers, and also filter down to just an individual repeating number. Which you can then copy out to a new worksheet.

                                    1 Reply Last reply Reply Quote 3
                                    • DustinB3403D
                                      DustinB3403
                                      last edited by

                                      @IRJ in my example, though I have 35 rows of "data" only three are shown in the filter. So selecting each record one by one, while a bit tedious at least works and relatively quickly.

                                      C 1 Reply Last reply Reply Quote 2
                                      • C
                                        craig.theriac Vendor @DustinB3403
                                        last edited by craig.theriac

                                        @DustinB3403 if you have them filtered down and want to cut/paste to another tab, you can select "visible cells only" by going to Edit / Go To... / Special... and select "visible cells only" to cut/paste just those rows visible in your selection.

                                        1 Reply Last reply Reply Quote 3
                                        • 1 / 1
                                        • First post
                                          Last post