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;
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
add a comment
|
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
add a comment
|
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
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
libreoffice-calc consolidation
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
add a comment
|
add a comment
|
1 Answer
1
active
oldest
votes
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!
add a comment
|
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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!
add a comment
|
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!
add a comment
|
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!
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!
answered Apr 5 at 11:10
KGeeKGee
13 bronze badges
13 bronze badges
add a comment
|
add a comment
|
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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