Combining mismatched data with specific criteria
Example Data
I am trying to turn ABCD into HIJK. from another forum i understand now =IFERROR(VLOOKUP(H1,A:B,2,FALSE),"") will find unique values, and i just apply this to both lists to find unique ones in both. But my problem now is the instance of "eric," which appears twice, and how to make this grab the correct $ amount (pay for eric 1 coming from 1 and pay for eric 2 coming from 2)
microsoft-excel worksheet-function microsoft-excel-2016
add a comment |
Example Data
I am trying to turn ABCD into HIJK. from another forum i understand now =IFERROR(VLOOKUP(H1,A:B,2,FALSE),"") will find unique values, and i just apply this to both lists to find unique ones in both. But my problem now is the instance of "eric," which appears twice, and how to make this grab the correct $ amount (pay for eric 1 coming from 1 and pay for eric 2 coming from 2)
microsoft-excel worksheet-function microsoft-excel-2016
You provide just a table of stuff, with no explanation of what we're looking at or how the columns relate. It isn't obvious what the data represents or what the problem is.
– fixer1234
Jan 12 at 17:09
I have companies (here “1”, “2”) with people who work at the companies underneath and their payrolls, which are in a separate column. Next to the company number, I have the total payroll, and then how that payroll is split between the employees. I get this data about the companies from two different sources, which are pulling different information for the companies (different employees, payrolls etc) which I am trying to reconcile to see where there are difference.
– user983902
Jan 13 at 21:29
Welcome to SuperUser. Please refrain from asking the same question multiple times.
– jrichall
Jan 14 at 19:48
add a comment |
Example Data
I am trying to turn ABCD into HIJK. from another forum i understand now =IFERROR(VLOOKUP(H1,A:B,2,FALSE),"") will find unique values, and i just apply this to both lists to find unique ones in both. But my problem now is the instance of "eric," which appears twice, and how to make this grab the correct $ amount (pay for eric 1 coming from 1 and pay for eric 2 coming from 2)
microsoft-excel worksheet-function microsoft-excel-2016
Example Data
I am trying to turn ABCD into HIJK. from another forum i understand now =IFERROR(VLOOKUP(H1,A:B,2,FALSE),"") will find unique values, and i just apply this to both lists to find unique ones in both. But my problem now is the instance of "eric," which appears twice, and how to make this grab the correct $ amount (pay for eric 1 coming from 1 and pay for eric 2 coming from 2)
microsoft-excel worksheet-function microsoft-excel-2016
microsoft-excel worksheet-function microsoft-excel-2016
asked Jan 11 at 19:52
user983902user983902
12
12
You provide just a table of stuff, with no explanation of what we're looking at or how the columns relate. It isn't obvious what the data represents or what the problem is.
– fixer1234
Jan 12 at 17:09
I have companies (here “1”, “2”) with people who work at the companies underneath and their payrolls, which are in a separate column. Next to the company number, I have the total payroll, and then how that payroll is split between the employees. I get this data about the companies from two different sources, which are pulling different information for the companies (different employees, payrolls etc) which I am trying to reconcile to see where there are difference.
– user983902
Jan 13 at 21:29
Welcome to SuperUser. Please refrain from asking the same question multiple times.
– jrichall
Jan 14 at 19:48
add a comment |
You provide just a table of stuff, with no explanation of what we're looking at or how the columns relate. It isn't obvious what the data represents or what the problem is.
– fixer1234
Jan 12 at 17:09
I have companies (here “1”, “2”) with people who work at the companies underneath and their payrolls, which are in a separate column. Next to the company number, I have the total payroll, and then how that payroll is split between the employees. I get this data about the companies from two different sources, which are pulling different information for the companies (different employees, payrolls etc) which I am trying to reconcile to see where there are difference.
– user983902
Jan 13 at 21:29
Welcome to SuperUser. Please refrain from asking the same question multiple times.
– jrichall
Jan 14 at 19:48
You provide just a table of stuff, with no explanation of what we're looking at or how the columns relate. It isn't obvious what the data represents or what the problem is.
– fixer1234
Jan 12 at 17:09
You provide just a table of stuff, with no explanation of what we're looking at or how the columns relate. It isn't obvious what the data represents or what the problem is.
– fixer1234
Jan 12 at 17:09
I have companies (here “1”, “2”) with people who work at the companies underneath and their payrolls, which are in a separate column. Next to the company number, I have the total payroll, and then how that payroll is split between the employees. I get this data about the companies from two different sources, which are pulling different information for the companies (different employees, payrolls etc) which I am trying to reconcile to see where there are difference.
– user983902
Jan 13 at 21:29
I have companies (here “1”, “2”) with people who work at the companies underneath and their payrolls, which are in a separate column. Next to the company number, I have the total payroll, and then how that payroll is split between the employees. I get this data about the companies from two different sources, which are pulling different information for the companies (different employees, payrolls etc) which I am trying to reconcile to see where there are difference.
– user983902
Jan 13 at 21:29
Welcome to SuperUser. Please refrain from asking the same question multiple times.
– jrichall
Jan 14 at 19:48
Welcome to SuperUser. Please refrain from asking the same question multiple times.
– jrichall
Jan 14 at 19:48
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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/3.0/"u003ecc by-sa 3.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%2fsuperuser.com%2fquestions%2f1393306%2fcombining-mismatched-data-with-specific-criteria%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1393306%2fcombining-mismatched-data-with-specific-criteria%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
You provide just a table of stuff, with no explanation of what we're looking at or how the columns relate. It isn't obvious what the data represents or what the problem is.
– fixer1234
Jan 12 at 17:09
I have companies (here “1”, “2”) with people who work at the companies underneath and their payrolls, which are in a separate column. Next to the company number, I have the total payroll, and then how that payroll is split between the employees. I get this data about the companies from two different sources, which are pulling different information for the companies (different employees, payrolls etc) which I am trying to reconcile to see where there are difference.
– user983902
Jan 13 at 21:29
Welcome to SuperUser. Please refrain from asking the same question multiple times.
– jrichall
Jan 14 at 19:48