Putting In Coma's Need Major Help

  • Thread starter Thread starter ninjashadow80
  • Start date Start date
N

ninjashadow80

Hey Guys

Its Sunday 7:44 am est and i have a forum i need to finish today but am
a total Newb at Excel. This will be an easy question for all of you i am
sure

columm A on my sheet has names in it that goes about 57 lines deep. Is
there a way to highlight the columm and put a coma to seperate it from
columm b with just one click of a button instead of going person by
person and doing it?
 
am not to sure what you asking us to advise you on

are you on about joining col a & b with a colum seperator ?
 
ninjashadow80 said:
would help if i didnt spell comma as coma


columm A on my sheet has names in it that goes about 57 lines deep. Is
there a way to highlight the columm and put a comma to seperate it from
columm b with just one click of a button instead of going person by
person and doing it?

you could insert a new column for your commas

or use a formula such as =A1&", "&B1
 
the easiest way to separate all the names would be to use "text to columns"
under the "Data" menu. This allows you to convert each name into a separate
column in an extremely fast manner.

First ensure you have plenty of spare columns. If you have any doubts copy
the column you wish to split to a brand new blank spreadsheet.

with the data highlighted
-->Click on "Data" in the menu bar
-->Click on "Text to columns"
-->Select the option most appropriate (if the names are the same length then
you could use fixed width: however I suspect you will need to use a "space"
so choose the first option) probably "Delimited"
-->Click on Next
-->remove the tick from "Tab" and click inside the "Space" tick box
-->as you do this you should see an example of how your data will now appear
in separate columns, click on Next
-->If you need to format any of the data for anything other than text use
this screen to select the column and the option in the top right corner to
change the format.
--> you are now ready to click on " Finish"
You should now have all your data displayed in separate columns

Hope this is helpful and what you wanted to happen!!
Wendy
:)
 
I am not sure that I understand the problem. If the names are like "John
Smith" and you want "John,Smith" instead Substitute will do the trick. e.g
set up a new column =SUBSTITUTE(C1," ",",",1).

David F. Cox
 
No forget nams its basically i have things in columms A thru E. I need
each columm seperated by question marks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top