Excel formula to automatically add cell values from one column corresponding to a values from another cell2...

How does Captain America channel this power?

What term is being referred to with "reflected-sound-of-underground-spirits"?

Initiative: Do I lose my attack/action if my target moves or dies before my turn in combat?

Minor Revision with suggestion of an alternative proof by reviewer

Coordinate my way to the name of the (video) game

What is the most expensive material in the world that could be used to create Pun-Pun's lute?

A ​Note ​on ​N!

How can I practically buy stocks?

Pre-plastic human skin alternative

Was there a shared-world project before "Thieves World"?

Alignment of various blocks in tikz

What happens to Mjolnir (Thor's hammer) at the end of Endgame?

a sore throat vs a strep throat vs strep throat

How did Captain America manage to do this?

Is the claim "Employers won't employ people with no 'social media presence'" realistic?

Converting a sprinkler system's 24V AC outputs to 3.3V DC logic inputs

Is there a way to generate a list of distinct numbers such that no two subsets ever have an equal sum?

How to write a column outside the braces in a matrix?

Don’t seats that recline flat defeat the purpose of having seatbelts?

What is the smallest unit of eos?

bldc motor, esc and battery draw, nominal vs peak

Is Diceware more secure than a long passphrase?

Which big number is bigger?

Function pointer with named arguments?



Excel formula to automatically add cell values from one column corresponding to a values from another cell


2 columns: '1' as drop box for location and '2' auto populates with post codeVBA to move specific data from one column to anotherExcel Update value in continent based on values in countryUsing the text values from one column to lead to output in anotherHow can I make the value of one cell change, based on the value of another cell?List Box: Display one list, return item from adjacent column in tableExcel - Subtracting a value from another value, pending a response in another columnMicrosoft Excel 2010 Automatic cell population based on a number being entered into another cellCreating totals if values exist in nearby column in ExcelAutomatically duplicate pivot column, but exclude certain values?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







0















in column A of my spreadsheet, I want to enter a country (via a drop-down list of countries defined in e.g. L1:L120). In column B, I want to automatically have the corresponding 3-digit country code (defined in e.g. M1:M120) appear once country in column A is entered.
Any advise on how to (simply) achieve that please?










share|improve this question







New contributor




Luc C is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • If you already knew (or suspected) that VLOOKUP would do this, and if you have tried to use it, you should say those things in the question.

    – Scott
    18 hours ago


















0















in column A of my spreadsheet, I want to enter a country (via a drop-down list of countries defined in e.g. L1:L120). In column B, I want to automatically have the corresponding 3-digit country code (defined in e.g. M1:M120) appear once country in column A is entered.
Any advise on how to (simply) achieve that please?










share|improve this question







New contributor




Luc C is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • If you already knew (or suspected) that VLOOKUP would do this, and if you have tried to use it, you should say those things in the question.

    – Scott
    18 hours ago














0












0








0








in column A of my spreadsheet, I want to enter a country (via a drop-down list of countries defined in e.g. L1:L120). In column B, I want to automatically have the corresponding 3-digit country code (defined in e.g. M1:M120) appear once country in column A is entered.
Any advise on how to (simply) achieve that please?










share|improve this question







New contributor




Luc C is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












in column A of my spreadsheet, I want to enter a country (via a drop-down list of countries defined in e.g. L1:L120). In column B, I want to automatically have the corresponding 3-digit country code (defined in e.g. M1:M120) appear once country in column A is entered.
Any advise on how to (simply) achieve that please?







worksheet-function microsoft-excel-2010






share|improve this question







New contributor




Luc C is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




Luc C is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




Luc C is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked yesterday









Luc CLuc C

1




1




New contributor




Luc C is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Luc C is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Luc C is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • If you already knew (or suspected) that VLOOKUP would do this, and if you have tried to use it, you should say those things in the question.

    – Scott
    18 hours ago



















  • If you already knew (or suspected) that VLOOKUP would do this, and if you have tried to use it, you should say those things in the question.

    – Scott
    18 hours ago

















If you already knew (or suspected) that VLOOKUP would do this, and if you have tried to use it, you should say those things in the question.

– Scott
18 hours ago





If you already knew (or suspected) that VLOOKUP would do this, and if you have tried to use it, you should say those things in the question.

– Scott
18 hours ago










1 Answer
1






active

oldest

votes


















0














Use vlookup function to lookup the country code






share|improve this answer
























  • Welcome to Super User. This is really more of a hint than a solution. As-is, it would be more appropriate as a comment, which requires a little more rep. Can you expand this with a "how to" example?

    – fixer1234
    yesterday











  • Indeed, I was as far as trying vlookup as well, only the exact way to do it is what I am looking for. Thanks.

    – Luc C
    yesterday












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
});


}
});






Luc C is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1429494%2fexcel-formula-to-automatically-add-cell-values-from-one-column-corresponding-to%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














Use vlookup function to lookup the country code






share|improve this answer
























  • Welcome to Super User. This is really more of a hint than a solution. As-is, it would be more appropriate as a comment, which requires a little more rep. Can you expand this with a "how to" example?

    – fixer1234
    yesterday











  • Indeed, I was as far as trying vlookup as well, only the exact way to do it is what I am looking for. Thanks.

    – Luc C
    yesterday
















0














Use vlookup function to lookup the country code






share|improve this answer
























  • Welcome to Super User. This is really more of a hint than a solution. As-is, it would be more appropriate as a comment, which requires a little more rep. Can you expand this with a "how to" example?

    – fixer1234
    yesterday











  • Indeed, I was as far as trying vlookup as well, only the exact way to do it is what I am looking for. Thanks.

    – Luc C
    yesterday














0












0








0







Use vlookup function to lookup the country code






share|improve this answer













Use vlookup function to lookup the country code







share|improve this answer












share|improve this answer



share|improve this answer










answered yesterday









ZeeshanZeeshan

111




111













  • Welcome to Super User. This is really more of a hint than a solution. As-is, it would be more appropriate as a comment, which requires a little more rep. Can you expand this with a "how to" example?

    – fixer1234
    yesterday











  • Indeed, I was as far as trying vlookup as well, only the exact way to do it is what I am looking for. Thanks.

    – Luc C
    yesterday



















  • Welcome to Super User. This is really more of a hint than a solution. As-is, it would be more appropriate as a comment, which requires a little more rep. Can you expand this with a "how to" example?

    – fixer1234
    yesterday











  • Indeed, I was as far as trying vlookup as well, only the exact way to do it is what I am looking for. Thanks.

    – Luc C
    yesterday

















Welcome to Super User. This is really more of a hint than a solution. As-is, it would be more appropriate as a comment, which requires a little more rep. Can you expand this with a "how to" example?

– fixer1234
yesterday





Welcome to Super User. This is really more of a hint than a solution. As-is, it would be more appropriate as a comment, which requires a little more rep. Can you expand this with a "how to" example?

– fixer1234
yesterday













Indeed, I was as far as trying vlookup as well, only the exact way to do it is what I am looking for. Thanks.

– Luc C
yesterday





Indeed, I was as far as trying vlookup as well, only the exact way to do it is what I am looking for. Thanks.

– Luc C
yesterday










Luc C is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















Luc C is a new contributor. Be nice, and check out our Code of Conduct.













Luc C is a new contributor. Be nice, and check out our Code of Conduct.












Luc C is a new contributor. Be nice, and check out our Code of Conduct.
















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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1429494%2fexcel-formula-to-automatically-add-cell-values-from-one-column-corresponding-to%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

VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...