I need to group together names in multiple rows to one row in Excel.?
-
I have a file that has 5000 plus names all on seperate rows in the same column. (These names are on seperate lines) Unfortunately I need them to be on the same line and excel will not allow me to merge them. Is there a way to put them on the same line (row) using a formula? Also, the names need to have bullet points between them. Example: This is what I have: Line 13 Col. A : Scwalbe, Peter Line 14 Col. A: Slivon, George This is what I need: Line 13 Col. B: P. Scwalbe (bullet) G. Slivon <--sorry I couldn't insert a bullet to make it look correct Some have 2 lines (rows) with names some have 3 lines (rows) with names and others have like 6 or 7. Any help please!
-
Answer:
You can try this macro.. it creates a UDF (user defined function) Function ConCatRange(CellBlock As Range) As String Dim cell As Range Dim sbuf As String For Each cell In CellBlock If Len(cell.Text) > 0 Then sbuf = sbuf & cell.Text & "
Tools at Yahoo! Answers Visit the source
Related Q & A:
- How to move up/down multiple rows?Best solution by Super User
- how to insert multiple rows from MySQL with checkbox?Best solution by Stack Overflow
- I need a job in summer and no one is hiring what do I do.Best solution by snagajob.com
- I need a nice, comfortable, and spacious backpack . Anyone know of a good one.Best solution by answers.yahoo.com
- I need a one way cargo van.Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.