Increment Number within a Concatenated String based on conditional ifExcel conditional formatting based on a...
Did 5.25" floppies undergo a change in magnetic coating?
Does music exist in Panem? And if so, what kinds of music?
Find the next monthly expiration date
Is divide-by-zero a security vulnerability?
How do I construct an nxn matrix?
Hacker Rank: Array left rotation
What is the difference between ashamed and shamed?
Make me a metasequence
"Murder!" The knight said
How to count occurrences of Friday 13th
I can't die. Who am I?
Waiting for the gravy at a dinner table
Why does Starman/Roadster have radial acceleration?
I encountered my boss during an on-site interview at another company. Should I bring it up when seeing him next time?
Why do members of Congress in committee hearings ask witnesses the same question multiple times?
It took me a lot of time to make this, pls like. (YouTube Comments #1)
As a new poet, where can I find help from a professional to judge my work?
How to speed up a process
How can atoms be electrically neutral when there is a difference in the positions of the charges?
Can this function be rewritten with a regex?
What do the pedals on grand pianos do?
If a druid in Wild Shape swallows a creature whole, then turns back to her normal form, what happens?
What's the purpose of these copper coils with resistors inside them in A Yamaha RX-V396RDS amplifier?
Is there a German word for “analytics”?
Increment Number within a Concatenated String based on conditional if
Excel conditional formatting based on a formulaFormula Required for Costs to date based on number of project days completedExcel Help - Is it possible to return the column number of the 2nd match within a horizontal array?Excel: count unique instances across two columnsConditional Format based on a specific number within a formulaExcel Conditional Formatting based on Previous CellConditional Formatting Based on Column SourceIs there a way to apply conditional Formula in Excel?Excel Conditional Format: Highlight duplicate values in a column based on the contents of another cell (same row different column)Bring values (same string, unique ID) to another sheet
I am trying to Increment a Number based on a conditional IF
in another column.
In Column A I have a =Concatenate("ABC","_",D2)
.
I am looking to fill down a formula that will basically be an =if(C6=C5,B5,Concatenate("ABC","_",D2+1)
.
However, I would like to fill down across hundreds of rows. Is this possible?
Any help would be greatly appreciated. Thanks!
microsoft-excel worksheet-function microsoft-excel-2010 backup microsoft-excel-2007
add a comment |
I am trying to Increment a Number based on a conditional IF
in another column.
In Column A I have a =Concatenate("ABC","_",D2)
.
I am looking to fill down a formula that will basically be an =if(C6=C5,B5,Concatenate("ABC","_",D2+1)
.
However, I would like to fill down across hundreds of rows. Is this possible?
Any help would be greatly appreciated. Thanks!
microsoft-excel worksheet-function microsoft-excel-2010 backup microsoft-excel-2007
1
Are you asking for the keyboard shortcut to fill down or fill across? Or did you need help with the formula? The sample data labels column A & B but the formula references B, C & D. Please provide accurate and complete details.
– Ted D.
6 hours ago
First, ifD2
has the "starting number", you need to make that an absolute reference in your formula ($D$2
). Second, what about for Column B:="Text "&MID(A5,SEARCH("_",A5)+1,LEN(A5)-SEARCH("_",A5))
, whereA5
is the start of yourABC_1
?
– BruceWayne
5 hours ago
add a comment |
I am trying to Increment a Number based on a conditional IF
in another column.
In Column A I have a =Concatenate("ABC","_",D2)
.
I am looking to fill down a formula that will basically be an =if(C6=C5,B5,Concatenate("ABC","_",D2+1)
.
However, I would like to fill down across hundreds of rows. Is this possible?
Any help would be greatly appreciated. Thanks!
microsoft-excel worksheet-function microsoft-excel-2010 backup microsoft-excel-2007
I am trying to Increment a Number based on a conditional IF
in another column.
In Column A I have a =Concatenate("ABC","_",D2)
.
I am looking to fill down a formula that will basically be an =if(C6=C5,B5,Concatenate("ABC","_",D2+1)
.
However, I would like to fill down across hundreds of rows. Is this possible?
Any help would be greatly appreciated. Thanks!
microsoft-excel worksheet-function microsoft-excel-2010 backup microsoft-excel-2007
microsoft-excel worksheet-function microsoft-excel-2010 backup microsoft-excel-2007
edited 5 hours ago
Ted D.
4618
4618
asked 8 hours ago
nesecito ayudanesecito ayuda
12
12
1
Are you asking for the keyboard shortcut to fill down or fill across? Or did you need help with the formula? The sample data labels column A & B but the formula references B, C & D. Please provide accurate and complete details.
– Ted D.
6 hours ago
First, ifD2
has the "starting number", you need to make that an absolute reference in your formula ($D$2
). Second, what about for Column B:="Text "&MID(A5,SEARCH("_",A5)+1,LEN(A5)-SEARCH("_",A5))
, whereA5
is the start of yourABC_1
?
– BruceWayne
5 hours ago
add a comment |
1
Are you asking for the keyboard shortcut to fill down or fill across? Or did you need help with the formula? The sample data labels column A & B but the formula references B, C & D. Please provide accurate and complete details.
– Ted D.
6 hours ago
First, ifD2
has the "starting number", you need to make that an absolute reference in your formula ($D$2
). Second, what about for Column B:="Text "&MID(A5,SEARCH("_",A5)+1,LEN(A5)-SEARCH("_",A5))
, whereA5
is the start of yourABC_1
?
– BruceWayne
5 hours ago
1
1
Are you asking for the keyboard shortcut to fill down or fill across? Or did you need help with the formula? The sample data labels column A & B but the formula references B, C & D. Please provide accurate and complete details.
– Ted D.
6 hours ago
Are you asking for the keyboard shortcut to fill down or fill across? Or did you need help with the formula? The sample data labels column A & B but the formula references B, C & D. Please provide accurate and complete details.
– Ted D.
6 hours ago
First, if
D2
has the "starting number", you need to make that an absolute reference in your formula ($D$2
). Second, what about for Column B: ="Text "&MID(A5,SEARCH("_",A5)+1,LEN(A5)-SEARCH("_",A5))
, where A5
is the start of your ABC_1
?– BruceWayne
5 hours ago
First, if
D2
has the "starting number", you need to make that an absolute reference in your formula ($D$2
). Second, what about for Column B: ="Text "&MID(A5,SEARCH("_",A5)+1,LEN(A5)-SEARCH("_",A5))
, where A5
is the start of your ABC_1
?– BruceWayne
5 hours ago
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%2f1411164%2fincrement-number-within-a-concatenated-string-based-on-conditional-if%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%2f1411164%2fincrement-number-within-a-concatenated-string-based-on-conditional-if%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
1
Are you asking for the keyboard shortcut to fill down or fill across? Or did you need help with the formula? The sample data labels column A & B but the formula references B, C & D. Please provide accurate and complete details.
– Ted D.
6 hours ago
First, if
D2
has the "starting number", you need to make that an absolute reference in your formula ($D$2
). Second, what about for Column B:="Text "&MID(A5,SEARCH("_",A5)+1,LEN(A5)-SEARCH("_",A5))
, whereA5
is the start of yourABC_1
?– BruceWayne
5 hours ago