• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Concatenate Multiple row data in one cell

Areif

Member
Hi Expert

I am working on a customer database but stuck on addressed Column need help

Sheet is attached with self explanatory explanation of expected result
 

Attachments

Thanks for Reply , but my requirement is different and need to concatenate the addressed with Customer Name
Waiting for solution
 
Last edited by a moderator:
@xlstime has show you the way to get your answer but you do not seem to be prepared to do anything yourself.
Your answer is in a concatenation.

.
 

Attachments

Last edited:
Conditional concatenate……….

TEXTJOIN is a Excel 2016 new function.

Try this if you do not have this new function.

In E6, formula

=C6&IFERROR(INDEX(E7:E$25,INDEX(MATCH(TRUE,B7:INDEX(B7:B$25,IFERROR(INDEX(MATCH(TRUE,B7:B$25<>"",),),4))="",),)),)

and >> E6 >> Conditional Formatting >> choose Formula : =$B6="" >> format : select yellow color in Front and Fill >> OK

All Copy down

Regards
Bosco
 

Attachments

Last edited:
Back
Top