Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3
Default Merging cells

We have many excel spreadsheets that we use to track employees. My company
just recently transfered the info from Word to Excel. I am new to the
company and fairly new to Excel. We have decided to merge the name cells
from two to one (one cell-first name, one cell-last name). We want to do
this to help in our searches for people. I have no idea how to do this. I
am sure there has to be an easier way than retyping everyone name into one
cell. Any advice would be appreciated!
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1,696
Default Merging cells

Assuming your first name is in cell A2, last name in cell B2, in cell B2,
type =A2&" "&B2
Copy formula all the way down.

Once done, highlight column C, copy, Right-click and paste special..., Values.

"kolds" wrote:

We have many excel spreadsheets that we use to track employees. My company
just recently transfered the info from Word to Excel. I am new to the
company and fairly new to Excel. We have decided to merge the name cells
from two to one (one cell-first name, one cell-last name). We want to do
this to help in our searches for people. I have no idea how to do this. I
am sure there has to be an easier way than retyping everyone name into one
cell. Any advice would be appreciated!

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3
Default Merging cells

Once I get my formula in, I deleted column "A" and "B." When I did that my
new column was messed up. What do I do now?

"Sean Timmons" wrote:

Assuming your first name is in cell A2, last name in cell B2, in cell B2,
type =A2&" "&B2
Copy formula all the way down.

Once done, highlight column C, copy, Right-click and paste special..., Values.

"kolds" wrote:

We have many excel spreadsheets that we use to track employees. My company
just recently transfered the info from Word to Excel. I am new to the
company and fairly new to Excel. We have decided to merge the name cells
from two to one (one cell-first name, one cell-last name). We want to do
this to help in our searches for people. I have no idea how to do this. I
am sure there has to be an easier way than retyping everyone name into one
cell. Any advice would be appreciated!

  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1,696
Default Merging cells

Did you do that last part... copy he newly created column and paste
special/values?

You should be able to go to Edit Undo and click til you get back to the
values where you need them and do that last part.

Verify it worked by clicking in one of the new cells and looking in the
formula bar. Make sure the value is in there, not the formula.

"kolds" wrote:

Once I get my formula in, I deleted column "A" and "B." When I did that my
new column was messed up. What do I do now?

"Sean Timmons" wrote:

Assuming your first name is in cell A2, last name in cell B2, in cell B2,
type =A2&" "&B2
Copy formula all the way down.

Once done, highlight column C, copy, Right-click and paste special..., Values.

"kolds" wrote:

We have many excel spreadsheets that we use to track employees. My company
just recently transfered the info from Word to Excel. I am new to the
company and fairly new to Excel. We have decided to merge the name cells
from two to one (one cell-first name, one cell-last name). We want to do
this to help in our searches for people. I have no idea how to do this. I
am sure there has to be an easier way than retyping everyone name into one
cell. Any advice would be appreciated!

  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3
Default Merging cells

I am really not Excel savy. My cells are actually C (first name) and D (last
name). When I try and put the formula in cell D2, it gives me error
messages. I hate to be a bother, but I really need to get this done as soon
as possible. Thanks for all your help!!

"Sean Timmons" wrote:

Did you do that last part... copy he newly created column and paste
special/values?

You should be able to go to Edit Undo and click til you get back to the
values where you need them and do that last part.

Verify it worked by clicking in one of the new cells and looking in the
formula bar. Make sure the value is in there, not the formula.

"kolds" wrote:

Once I get my formula in, I deleted column "A" and "B." When I did that my
new column was messed up. What do I do now?

"Sean Timmons" wrote:

Assuming your first name is in cell A2, last name in cell B2, in cell B2,
type =A2&" "&B2
Copy formula all the way down.

Once done, highlight column C, copy, Right-click and paste special..., Values.

"kolds" wrote:

We have many excel spreadsheets that we use to track employees. My company
just recently transfered the info from Word to Excel. I am new to the
company and fairly new to Excel. We have decided to merge the name cells
from two to one (one cell-first name, one cell-last name). We want to do
this to help in our searches for people. I have no idea how to do this. I
am sure there has to be an easier way than retyping everyone name into one
cell. Any advice would be appreciated!



  #6   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 146
Default Merging cells

A word to the wise. Always make a backup copy of your workbook before making
massive changes. Click file on the menu at the top, then save as and enter
the name: (without quotes) "My Very Precious Life Saving Backup In Case I
Screw Up And Save On Top Of This Workbook This Before Realizing I Did Screw
Up". Then open the original workbook and make your changes. Actually you
can call the "save as" copy anything you want as long as it does not
conflict with a workbook that has the same name as you're trying to save it
with.

You cannot put the formula in D2 because the last name is in D2. You're
getting a circular reference because the formula refers to D2, in other
words the formula refers to itself. Even if you put the formula in D2, you
replace the last name with the formula. Put the formula in an empty column.
Column E? If the names start in row 2 put the formula in row 2 of some empty
column. The formula would be =C2&" "&D2. Copy the formula all the way down
to match the number of names. If you're satisfied with the results, you
could delete columns C & D. But if any formulas refer to columns C or D, you
will get #REF errors after doing so.

Many people just keep the first and last names in separate columns for ease
of use, such as sorting on last name. You can always combine a name with
=C2&" "&D2 at any time.

"kolds" wrote in message
...
I am really not Excel savy. My cells are actually C (first name) and D
(last
name). When I try and put the formula in cell D2, it gives me error
messages. I hate to be a bother, but I really need to get this done as
soon
as possible. Thanks for all your help!!

"Sean Timmons" wrote:

Did you do that last part... copy he newly created column and paste
special/values?

You should be able to go to Edit Undo and click til you get back to the
values where you need them and do that last part.

Verify it worked by clicking in one of the new cells and looking in the
formula bar. Make sure the value is in there, not the formula.

"kolds" wrote:

Once I get my formula in, I deleted column "A" and "B." When I did
that my
new column was messed up. What do I do now?

"Sean Timmons" wrote:

Assuming your first name is in cell A2, last name in cell B2, in cell
B2,
type =A2&" "&B2
Copy formula all the way down.

Once done, highlight column C, copy, Right-click and paste
special..., Values.

"kolds" wrote:

We have many excel spreadsheets that we use to track employees. My
company
just recently transfered the info from Word to Excel. I am new to
the
company and fairly new to Excel. We have decided to merge the name
cells
from two to one (one cell-first name, one cell-last name). We want
to do
this to help in our searches for people. I have no idea how to do
this. I
am sure there has to be an easier way than retyping everyone name
into one
cell. Any advice would be appreciated!



  #7   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 4,393
Default Merging cells

If A1 had "Fred" and A2 has "Holland", then =A2 & ", " & A1 will give
"Holland, Fred"
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"kolds" wrote in message
...
We have many excel spreadsheets that we use to track employees. My
company
just recently transfered the info from Word to Excel. I am new to the
company and fairly new to Excel. We have decided to merge the name cells
from two to one (one cell-first name, one cell-last name). We want to do
this to help in our searches for people. I have no idea how to do this.
I
am sure there has to be an easier way than retyping everyone name into one
cell. Any advice would be appreciated!



  #8   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 268
Default Merging cells

"kolds" wrote in message
...
We have many excel spreadsheets that we use to track employees. My
company
just recently transfered the info from Word to Excel. I am new to the
company and fairly new to Excel. We have decided to merge the name cells
from two to one (one cell-first name, one cell-last name). We want to do
this to help in our searches for people. I have no idea how to do this.
I
am sure there has to be an easier way than retyping everyone name into one
cell. Any advice would be appreciated!


Firstly merging cells is a bad idea. One simple example. Having merged
cells to form one, say John Smith, how would you do a sort on surname? The
same comment goes for addresses where it is better to have separate fields
for <House number, <Street name, <Locality, Town, <County, <Postcode.
Indeed you would want separate data if you want to do a mail merge. It is
far easier concatenate (join) information than it is to separate afterwards.
Have a look at my information sheet at
http://www.1001solutions.co.uk/desig...preadsheet.pdf

Oh! to answer your question (if you really must)
=A1&" "&B1

Regards.

Bill Ridgeway
Computer Solutions


  #9   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1,696
Default Merging cells

So, if you've gone and combined the cells, and now changed your mind,
highlight your column with first and last name in it:

Data Text to Columns...

Delimited Next

Select "Space" checkbox Finish

Will split your names wherever a space exists...

"Bill Ridgeway" wrote:

"kolds" wrote in message
...
We have many excel spreadsheets that we use to track employees. My
company
just recently transfered the info from Word to Excel. I am new to the
company and fairly new to Excel. We have decided to merge the name cells
from two to one (one cell-first name, one cell-last name). We want to do
this to help in our searches for people. I have no idea how to do this.
I
am sure there has to be an easier way than retyping everyone name into one
cell. Any advice would be appreciated!


Firstly merging cells is a bad idea. One simple example. Having merged
cells to form one, say John Smith, how would you do a sort on surname? The
same comment goes for addresses where it is better to have separate fields
for <House number, <Street name, <Locality, Town, <County, <Postcode.
Indeed you would want separate data if you want to do a mail merge. It is
far easier concatenate (join) information than it is to separate afterwards.
Have a look at my information sheet at
http://www.1001solutions.co.uk/desig...preadsheet.pdf

Oh! to answer your question (if you really must)
=A1&" "&B1

Regards.

Bill Ridgeway
Computer Solutions



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Merging cells Al_baker Excel Discussion (Misc queries) 5 December 6th 06 02:01 PM
Merging Cells David New Users to Excel 24 September 2nd 06 08:36 PM
Merging Cells DC Excel Discussion (Misc queries) 4 February 21st 06 06:42 PM
Merging a ton of cells [email protected] Excel Worksheet Functions 1 February 13th 06 08:37 PM
Merging cells stuart Excel Worksheet Functions 3 January 7th 05 04:34 PM


All times are GMT +1. The time now is 06:19 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"