how to copy/paste a formula in Excel absolutely?
How do I copy/paste a formula in Microsoft Excel so that the exact formula, verbatim, is copied and pasted? That is, I don't want it to increment or use other logic to interpret how I want the pasted formula modified. I don't want the references updated or modified.
microsoft-excel worksheet-function
add a comment |
How do I copy/paste a formula in Microsoft Excel so that the exact formula, verbatim, is copied and pasted? That is, I don't want it to increment or use other logic to interpret how I want the pasted formula modified. I don't want the references updated or modified.
microsoft-excel worksheet-function
2
Method 3 (copying a formula exactly) from your link seems to do exactly what you need. Have you tried it? (also tried "alternate methods"?)
– Máté Juhász
9 hours ago
add a comment |
How do I copy/paste a formula in Microsoft Excel so that the exact formula, verbatim, is copied and pasted? That is, I don't want it to increment or use other logic to interpret how I want the pasted formula modified. I don't want the references updated or modified.
microsoft-excel worksheet-function
How do I copy/paste a formula in Microsoft Excel so that the exact formula, verbatim, is copied and pasted? That is, I don't want it to increment or use other logic to interpret how I want the pasted formula modified. I don't want the references updated or modified.
microsoft-excel worksheet-function
microsoft-excel worksheet-function
edited 9 hours ago
Máté Juhász
14.6k63352
14.6k63352
asked 9 hours ago
ThufirThufir
47311024
47311024
2
Method 3 (copying a formula exactly) from your link seems to do exactly what you need. Have you tried it? (also tried "alternate methods"?)
– Máté Juhász
9 hours ago
add a comment |
2
Method 3 (copying a formula exactly) from your link seems to do exactly what you need. Have you tried it? (also tried "alternate methods"?)
– Máté Juhász
9 hours ago
2
2
Method 3 (copying a formula exactly) from your link seems to do exactly what you need. Have you tried it? (also tried "alternate methods"?)
– Máté Juhász
9 hours ago
Method 3 (copying a formula exactly) from your link seems to do exactly what you need. Have you tried it? (also tried "alternate methods"?)
– Máté Juhász
9 hours ago
add a comment |
2 Answers
2
active
oldest
votes
1) Select the cell containing the formula
2) Highlight the formula's text in the Formula bar
3) Copy (CTRLC)
4) Press ESC
5) Select the cell where you want to paste the formula
6) Paste (CTRLV)
add a comment |
Another way is to write your formulas with direct references. Use $A$1 rather than A1. Or $A1 if you want only the number to increment but the column to stay the same, or vice versa (A$1).
add a comment |
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%2f1413202%2fhow-to-copy-paste-a-formula-in-excel-absolutely%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
1) Select the cell containing the formula
2) Highlight the formula's text in the Formula bar
3) Copy (CTRLC)
4) Press ESC
5) Select the cell where you want to paste the formula
6) Paste (CTRLV)
add a comment |
1) Select the cell containing the formula
2) Highlight the formula's text in the Formula bar
3) Copy (CTRLC)
4) Press ESC
5) Select the cell where you want to paste the formula
6) Paste (CTRLV)
add a comment |
1) Select the cell containing the formula
2) Highlight the formula's text in the Formula bar
3) Copy (CTRLC)
4) Press ESC
5) Select the cell where you want to paste the formula
6) Paste (CTRLV)
1) Select the cell containing the formula
2) Highlight the formula's text in the Formula bar
3) Copy (CTRLC)
4) Press ESC
5) Select the cell where you want to paste the formula
6) Paste (CTRLV)
answered 9 hours ago
cybernetic.nomadcybernetic.nomad
2,348417
2,348417
add a comment |
add a comment |
Another way is to write your formulas with direct references. Use $A$1 rather than A1. Or $A1 if you want only the number to increment but the column to stay the same, or vice versa (A$1).
add a comment |
Another way is to write your formulas with direct references. Use $A$1 rather than A1. Or $A1 if you want only the number to increment but the column to stay the same, or vice versa (A$1).
add a comment |
Another way is to write your formulas with direct references. Use $A$1 rather than A1. Or $A1 if you want only the number to increment but the column to stay the same, or vice versa (A$1).
Another way is to write your formulas with direct references. Use $A$1 rather than A1. Or $A1 if you want only the number to increment but the column to stay the same, or vice versa (A$1).
answered 6 hours ago
BrianBrian
4437
4437
add a comment |
add a comment |
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%2f1413202%2fhow-to-copy-paste-a-formula-in-excel-absolutely%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
2
Method 3 (copying a formula exactly) from your link seems to do exactly what you need. Have you tried it? (also tried "alternate methods"?)
– Máté Juhász
9 hours ago