ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Reverse Concantenate? (https://www.excelbanter.com/excel-worksheet-functions/192425-reverse-concantenate.html)

Dawn

Reverse Concantenate?
 
Is this possible? I have a single cel that contains a list like this.

filename.jpg
filename2.jpg
filename3.jpg
filename4.jpg

Is there a way to move this to separate cels? I would prefer the information
in stacked rows?

Thanks from a newbie!

vezerid

Reverse Concantenate?
 
Dawn,

presumable the filenames are separated by the newline character
(CHAR(10)). If you want to avoid VBA you can first replace this
character with a dash. In another cell:

=SUBSTITUTE(A2,CHAR(10),"-")

Then you can apply DataText to columns... To break it in columns.

Next thing is you can copy and Paste Special... check the Transpose
button.

HTH
Kostis Vezerides

On Jun 24, 6:44 pm, Dawn wrote:
Is this possible? I have a single cel that contains a list like this.

filename.jpg
filename2.jpg
filename3.jpg
filename4.jpg

Is there a way to move this to separate cels? I would prefer the information
in stacked rows?

Thanks from a newbie!



Dawn

Reverse Concantenate?
 
Thanks Kostis, but I need the info in rows.



vezerid

Reverse Concantenate?
 
Dawn,

the Paste Special...Transpose is to bring them in rows

Kostis

On Jun 24, 10:13 pm, Dawn wrote:
Thanks Kostis, but I need the info in rows.




All times are GMT +1. The time now is 12:11 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com