Desktop Applications: January 2008 Archives

2008 Jan 11

The merge and Center button in Excel only centers the top left text and deletes the rest. What if the two columns of First names and last names are to be merged into the format: Last name, First name it would then become a problem.

Using the Ampersand ( & ) operator, it allows us to merge cells in an excel worksheet. you can create a formula to merge cells in excel or just insert it right away on the cell formula bar.

Problem:
And you wish to merge the two cells at A1 and A2 to the cell at A3

Given:
Cell A1 has the text "Lastname"
Cell A2 has the text "Firstname"

Solution:
* First position your active cell on A3.
* On the formula bar input the following: =A1&A2 [ENTER]

It should display LastnameFirstname on cell A3

To add a space and a comma, use the following:
=A1&", "&A2
it will output: Lastname, Firstname

alternatively you can also use the concatenate function, like this:
=CONCATENATE(A1,", ",A2)

Today is

About this Archive

This page is a archive of entries in the Desktop Applications category from January 2008.

Desktop Applications: December 2007 is the previous archive.

Desktop Applications: October 2008 is the next archive.

Find recent content on the main index or look in the archives to find all content.

Recent Activity

Sunday

  • tildemark tweeted, "After a long vacation I'm back to promoting websites again."

Friday

Today

  • tildemark tweeted, "limewire is giving free mp3s http://snurl.com/992vg"

Sunday

  • tildemark tweeted, "editing local establishments with google map maker http://www.google.com/mapmaker"
  • tildemark saved the link Google Map Maker
  • tildemark tweeted, "@w_chris_davies this is my main accoun, i have other twitter accounts but this ones get updated regulary."
  • tildemark tweeted, "i cant see my gmail email details when im in standard mode. is this a bug?"