Hi everyone,
Im not sure if this is possible.
I have columns A, B, C, D, E.
Each Columns has data 1,2,3,4,5 respectively.
Is it possible to Output them on Column F1 in a listed format? Something like:
1
2
3
4
5
All in one Cell which is F1.
Kindlt advise, thanks in advance.
regards,
Andrew
Last edited by Andrew.Trevayne; 06-29-2011 at 08:31 AM.
Try:
=A2&CHAR(10)&B2&CHAR(10)&C2&CHAR(10)&D2&CHAR(10)&E2
and format the result cell (column) so that in the Alignment tab, Wrap text is selected.
Microsoft MVP - Excel
Where there is a will there are many ways. Pick One!
Please read the Forum Rules
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Preferred Charities: Lupus Canada and Sick Kids Foundation.
Feel Free to Donate if you want to, for the assistance you received today.
Andrew.Trevayne,
A1 = 1
B1 = 2
C1 = 3
D1 = 4
E1 = 5
In cell F1 enter the following formula:
=A1&B1&C1&D1&E1
F1 results:
12345
In cell F1 enter the following formula:
=A1&", "&B1&", "&C1&", "&D1&", "&E1
F1 results:
1, 2, 3, 4, 5
Have a great day,
Stan
stanleydgromjr
Windows Vista Business, Excel 2003 and 2007
If you are satisfied with the solution(s) provided, please mark your thread as Solved by clicking EDIT in your original post, click GO ADVANCED and set the PREFIX box to SOLVED.
@NBVC
Thank you sir. That's quite a technique ^^
@stanleydgromjr
Thanks sir. I sort of need it in a list format, NBVC solved that for me.
Thanks for your response.
Regards,
Andrew
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks