Hello,
How can i combine cells and have them show in one cell in a certain order in one cell?
Thanks in advance for your help!
Hello,
How can i combine cells and have them show in one cell in a certain order in one cell?
Thanks in advance for your help!
just use the & symbol
eg
A2&A3&B5
You can use concatenate or just the "&" sign after each cell to be combined. Do you have any specific examples you need help with?
If I have helped, Don't forget to add to my reputation (click on the star below the post)
Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
Use code tags when posting your VBA code: [code] Your code here [/code]
Hi
using this symbol "&" I think You will get what You need
Regards
tom1977
If You are satisfied with my solution click the small star icon on the left to say thanks.
Where do i put the and symbol? I am basically trying to get colum A to combine with b and c but i want the data to show in a certain order ie. A then B then C.
In D2, put =A2&B2&C2
In cell D1 type -then hit enter, if your info stretches more than just row 1, copy the formula downwards.![]()
Please Login or Register to view this content.
Please note, doing the above will join all the info in the cell, with no spaces or separators, if you need to separate the info you will need to typethis will put a space between the info, you can use anything you like to separate the data.![]()
Please Login or Register to view this content.
" " space
"*" Star
"." Full Stop
"," Comma
galvinpaddy
Last edited by arlu1201; 04-04-2012 at 07:06 AM. Reason: Corrected code tags.
Sorry to be so stupid about this but how do i get it to do it for the whole spreadsheet? I really appreciate your help btw.
you set up one cell then click the bottom right hand side of the cell and drag as required
@ arlu1201 - Apologies and thanks.
@ Percocet7 - see image attached. put your mouse icon over the bottom right corner of the cell, wait for it to change into a black plus sign, then double click (or you can click, hold, and drag downwards
Also, no need for apologies, we all have to start somewhere with Excel! the best way to learn is probably through the experience of others.
I tried your suggestion gavinpaddy and it did not work, it just copied the code down the cells.
do you have a spreadsheet you could upload?
Hi
This will only collate the info from Cells A1, B1 & C1.
If you information is not in these cells, then change it to the correct cell reference, just another thought, the cells where you have typed the formula, are they formatted as general or text??
probably best to load a sheet as twiggywales suggested!
I have uploaded the file, I am trying to combine C with D, E etc with spaces in between, then the next part will be to figure out how to add text to every cell before the text thats already in there or after it. I had a macro but i forgot how to do it =(
thanks for that, next question, the data that is combined, where do you want this?
ok, first attempt, i have inserted a new column between Type & rarity, this collates the info, the the column Type2 has been hidden from view.
Is that what you wanted for one part of your request?
In any cell. The real file is a few MB so i really just need to know how to get it done so i can do it to the real worksheet and fool around with it so i can add text to it then combine.
What are you doing to get them two together? It just combines them then you delete the old cells?
Very simply put, if you have a worksheet, and in A1, B1 & C1 you have text, and in D1 you want to combine all text from A1, B1 & C1, separated by a space, you must type into cell D1 -this will combine the info from all 3 with a space between them.![]()
Please Login or Register to view this content.
Hope that helps![]()
Last edited by galvinpaddy; 04-04-2012 at 10:38 AM. Reason: Added sample
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks