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













0















I am trying to Increment a Number based on a conditional IF in another column.



example



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!










share|improve this question




















  • 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)), where A5 is the start of your ABC_1?

    – BruceWayne
    5 hours ago
















0















I am trying to Increment a Number based on a conditional IF in another column.



example



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!










share|improve this question




















  • 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)), where A5 is the start of your ABC_1?

    – BruceWayne
    5 hours ago














0












0








0








I am trying to Increment a Number based on a conditional IF in another column.



example



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!










share|improve this question
















I am trying to Increment a Number based on a conditional IF in another column.



example



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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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, 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














  • 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)), where A5 is the start of your ABC_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










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


}
});














draft saved

draft discarded


















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
















draft saved

draft discarded




















































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%2f1411164%2fincrement-number-within-a-concatenated-string-based-on-conditional-if%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...