Consolidate data in more that one columnConsolidate SQL Server databases into 1Data Consolidation using Batch ScriptClarification on consolidating multiple svn reposHow to use vba for sumif function( data consolidation)?Data consolidation using Columnsconsolidate columns that may or may not have overlapping data, using RHow to consolidate duplicate data with both numbers and textConsolidate data and provide average of the consolidated dataAdvanced Consolidation in vbaData consolidation using Oracle query

A high quality contribution but an annoying error is present in my published article

How much damage can be done just by heating matter?

What can a pilot do if an air traffic controller is incapacitated?

Writing a letter of recommendation for a mediocre student

What causes the traces to wrinkle like this and should I be worried

Hilbert's hotel, why can't I repeat it infinitely many times?

How can I repair this gas leak on my new range? Teflon tape isn't working

Can the U.S. president make military decisions without consulting anyone?

If the EU does not offer an extension to UK's Article 50 invocation, is the Benn Bill irrelevant?

Do things made of adamantine rust?

Conditionally execute a command if a specific package is loaded

Two trains move towards each other, a bird moves between them. How many trips can the bird make?

What's the story to "WotC gave up on fixing Polymorph"?

How does this circuit start up?

How does IBM's 53-bit quantum computer compare to classical ones for cryptanalytic tasks?

What is the meaning of word 'crack' in chapter 33 of A Game of Thrones?

Is it impolite to ask for halal food when traveling to and in Thailand?

1, 2, 4, 8, 16, ... 33?

Performance for simple code that converts a RGB tuple to hex string

Is it right to extend flaps only in the white arc?

Why is there not a feasible solution for a MIP?

Leaving a job that I just took based on false promise of a raise. What do I tell future interviewers?

If an object moving in a circle experiences centripetal force, then doesn't it also experience centrifugal force, because of Newton's third law?

Is it impolite to ask for an in-flight catalogue with no intention of buying?



Consolidate data in more that one column


Consolidate SQL Server databases into 1Data Consolidation using Batch ScriptClarification on consolidating multiple svn reposHow to use vba for sumif function( data consolidation)?Data consolidation using Columnsconsolidate columns that may or may not have overlapping data, using RHow to consolidate duplicate data with both numbers and textConsolidate data and provide average of the consolidated dataAdvanced Consolidation in vbaData consolidation using Oracle query






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I have the below dataset:



gene# (cell A) Databases (cell B)
1 Uniref
2 Genemark
3 GeneBank
3 Swissprot
4 Uniref
4 Swissprot
4 GeneBank
5 Swissprot


I am wondering if there is a way to use the consolidate feature to separate in different columns the above dataset as following:



(Cell_A) (Cell_B) (Cell_C) (Cell_D)
1 Uniref
2 Genemark
3 GeneBank Swissprot
4 Uniref GeneBank Swissprot
5 Swissprot









share|improve this question
































    0















    I have the below dataset:



    gene# (cell A) Databases (cell B)
    1 Uniref
    2 Genemark
    3 GeneBank
    3 Swissprot
    4 Uniref
    4 Swissprot
    4 GeneBank
    5 Swissprot


    I am wondering if there is a way to use the consolidate feature to separate in different columns the above dataset as following:



    (Cell_A) (Cell_B) (Cell_C) (Cell_D)
    1 Uniref
    2 Genemark
    3 GeneBank Swissprot
    4 Uniref GeneBank Swissprot
    5 Swissprot









    share|improve this question




























      0












      0








      0








      I have the below dataset:



      gene# (cell A) Databases (cell B)
      1 Uniref
      2 Genemark
      3 GeneBank
      3 Swissprot
      4 Uniref
      4 Swissprot
      4 GeneBank
      5 Swissprot


      I am wondering if there is a way to use the consolidate feature to separate in different columns the above dataset as following:



      (Cell_A) (Cell_B) (Cell_C) (Cell_D)
      1 Uniref
      2 Genemark
      3 GeneBank Swissprot
      4 Uniref GeneBank Swissprot
      5 Swissprot









      share|improve this question
















      I have the below dataset:



      gene# (cell A) Databases (cell B)
      1 Uniref
      2 Genemark
      3 GeneBank
      3 Swissprot
      4 Uniref
      4 Swissprot
      4 GeneBank
      5 Swissprot


      I am wondering if there is a way to use the consolidate feature to separate in different columns the above dataset as following:



      (Cell_A) (Cell_B) (Cell_C) (Cell_D)
      1 Uniref
      2 Genemark
      3 GeneBank Swissprot
      4 Uniref GeneBank Swissprot
      5 Swissprot






      libreoffice-calc consolidation






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Apr 2 at 0:29









      cybernetic.nomad

      4,0982 gold badges13 silver badges26 bronze badges




      4,0982 gold badges13 silver badges26 bronze badges










      asked Mar 28 at 16:11









      KGeeKGee

      13 bronze badges




      13 bronze badges

























          1 Answer
          1






          active

          oldest

          votes


















          0
















          Finally, I found the solution on my own:
          -I applied a filter in the second column, and I generated into another sheet the four columns I want.
          -After that, I used in a fifth cell(named counter) the function wizard of COUNTBLANK for the second, the third and the forth column which gave me a number range between 0-3. Those numbers are corresponding to the empty cells.
          -Finally, I applied a sort filter in the counter cell and selected the numbers 0,1 and 2 and voila!






          share|improve this answer



























            Your Answer






            StackExchange.ifUsing("editor", function ()
            StackExchange.using("externalEditor", function ()
            StackExchange.using("snippets", function ()
            StackExchange.snippets.init();
            );
            );
            , "code-snippets");

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "1"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );














            draft saved

            draft discarded
















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55402268%2fconsolidate-data-in-more-that-one-column%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0
















            Finally, I found the solution on my own:
            -I applied a filter in the second column, and I generated into another sheet the four columns I want.
            -After that, I used in a fifth cell(named counter) the function wizard of COUNTBLANK for the second, the third and the forth column which gave me a number range between 0-3. Those numbers are corresponding to the empty cells.
            -Finally, I applied a sort filter in the counter cell and selected the numbers 0,1 and 2 and voila!






            share|improve this answer





























              0
















              Finally, I found the solution on my own:
              -I applied a filter in the second column, and I generated into another sheet the four columns I want.
              -After that, I used in a fifth cell(named counter) the function wizard of COUNTBLANK for the second, the third and the forth column which gave me a number range between 0-3. Those numbers are corresponding to the empty cells.
              -Finally, I applied a sort filter in the counter cell and selected the numbers 0,1 and 2 and voila!






              share|improve this answer



























                0














                0










                0









                Finally, I found the solution on my own:
                -I applied a filter in the second column, and I generated into another sheet the four columns I want.
                -After that, I used in a fifth cell(named counter) the function wizard of COUNTBLANK for the second, the third and the forth column which gave me a number range between 0-3. Those numbers are corresponding to the empty cells.
                -Finally, I applied a sort filter in the counter cell and selected the numbers 0,1 and 2 and voila!






                share|improve this answer













                Finally, I found the solution on my own:
                -I applied a filter in the second column, and I generated into another sheet the four columns I want.
                -After that, I used in a fifth cell(named counter) the function wizard of COUNTBLANK for the second, the third and the forth column which gave me a number range between 0-3. Those numbers are corresponding to the empty cells.
                -Finally, I applied a sort filter in the counter cell and selected the numbers 0,1 and 2 and voila!







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Apr 5 at 11:10









                KGeeKGee

                13 bronze badges




                13 bronze badges

































                    draft saved

                    draft discarded















































                    Thanks for contributing an answer to Stack Overflow!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55402268%2fconsolidate-data-in-more-that-one-column%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

                    Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

                    Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript