A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi,
In cell Y3, enter this formula and copy down
=IF(ISNUMBER(X3),LOOKUP(2,1/ISTEXT(X$2:X3),X$2:X3)&X3,"")
Hope this helps.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I currently have the below list in Column X.
I want to to create a list in Column Y as shown based on list X.
What code can do this? I want to input a code in Column Y that can do this. Helper columns are fine.
Thanks in Advance
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Hi,
In cell Y3, enter this formula and copy down
=IF(ISNUMBER(X3),LOOKUP(2,1/ISTEXT(X$2:X3),X$2:X3)&X3,"")
Hope this helps.
It's always a pleasure to help in any way, I'll close the topic here, so that your case can help other people with the same question.
If you can, I would be grateful if you can rate my answer.,
Good work for you.
André
Hi,
*I know Our Knowledgeable Contributor @*Minhokiller has already answered Your question.
But, I solved this question out of curiosity :-)
Formula in cell B4 is: =IF(NOT(ISNUMBER(A4)),"",INDEX($A$3:$A$24,MAX(($A$3:A4=1)*(ROW($A$3:A4)-2))-1)&A4)
Advantage: if the alphabet series comprises 2 letters (e.g. AA, AB, etc.), My formula will yield correct result.
Please respond if You require further assistance. I will try My best to be of help.
If I was able to help You, please mark My response as answer and helpful.
Thank You!
Thank you so much.
Yes it works
Hi
My name is André. I am an independent consultant.
See if this works for you,
I created a conditional formula in the second Column (Y), with the following formula in C6 and dragged it down:
=IF(ISNUMBER(B6);IF(C5="";B5&B6;LEFT(C5;1)&B6);"")
(In my case the separator is a dot and a comma)
Answer here so I can continue helping you.
André.