+ Reply to Thread
Results 1 to 5 of 5

Concatenate and Mail Merge

Hybrid View

  1. #1
    Tara
    Guest

    Concatenate and Mail Merge

    I'm trying to make a mailing list out of an Excel spreadsheet. I've
    concatenated the different parts of the address so that it is all in one cell
    but I want the city, province and country to appear on the next line (right
    now everything is in one big line).

    Any suggestions on how I can insert the "enter" key into a concatenation
    formula?

    Thanks,
    Tara

    P.S. I'm using Microsoft Excel 2000

  2. #2
    Jason Morin
    Guest

    RE: Concatenate and Mail Merge

    With the address elements in A1:E1, use:

    =A1&CHAR(10)&B1&CHAR(10)&C1&CHAR(10)&D1&CHAR(10)&E1

    Now format the formula cell click "Wrap Text" under Format > Cells >
    Alignment tab

    HTH
    Jason
    Atlanta, GA

    "Tara" wrote:

    > I'm trying to make a mailing list out of an Excel spreadsheet. I've
    > concatenated the different parts of the address so that it is all in one cell
    > but I want the city, province and country to appear on the next line (right
    > now everything is in one big line).
    >
    > Any suggestions on how I can insert the "enter" key into a concatenation
    > formula?
    >
    > Thanks,
    > Tara
    >
    > P.S. I'm using Microsoft Excel 2000


  3. #3
    Jason Morin
    Guest

    RE: Concatenate and Mail Merge

    With the address elements in A1:E1, use:

    =A1&CHAR(10)&B1&CHAR(10)&C1&CHAR(10)&D1&CHAR(10)&E1

    Now format the formula cell click "Wrap Text" under Format > Cells >
    Alignment tab

    HTH
    Jason
    Atlanta, GA

    "Tara" wrote:

    > I'm trying to make a mailing list out of an Excel spreadsheet. I've
    > concatenated the different parts of the address so that it is all in one cell
    > but I want the city, province and country to appear on the next line (right
    > now everything is in one big line).
    >
    > Any suggestions on how I can insert the "enter" key into a concatenation
    > formula?
    >
    > Thanks,
    > Tara
    >
    > P.S. I'm using Microsoft Excel 2000


  4. #4
    Jason Morin
    Guest

    RE: Concatenate and Mail Merge

    With the address elements in A1:E1, use:

    =A1&CHAR(10)&B1&CHAR(10)&C1&CHAR(10)&D1&CHAR(10)&E1

    Now format the formula cell click "Wrap Text" under Format > Cells >
    Alignment tab

    HTH
    Jason
    Atlanta, GA

    "Tara" wrote:

    > I'm trying to make a mailing list out of an Excel spreadsheet. I've
    > concatenated the different parts of the address so that it is all in one cell
    > but I want the city, province and country to appear on the next line (right
    > now everything is in one big line).
    >
    > Any suggestions on how I can insert the "enter" key into a concatenation
    > formula?
    >
    > Thanks,
    > Tara
    >
    > P.S. I'm using Microsoft Excel 2000


  5. #5
    Jason Morin
    Guest

    RE: Concatenate and Mail Merge

    With the address elements in A1:E1, use:

    =A1&CHAR(10)&B1&CHAR(10)&C1&CHAR(10)&D1&CHAR(10)&E1

    Now format the formula cell click "Wrap Text" under Format > Cells >
    Alignment tab

    HTH
    Jason
    Atlanta, GA

    "Tara" wrote:

    > I'm trying to make a mailing list out of an Excel spreadsheet. I've
    > concatenated the different parts of the address so that it is all in one cell
    > but I want the city, province and country to appear on the next line (right
    > now everything is in one big line).
    >
    > Any suggestions on how I can insert the "enter" key into a concatenation
    > formula?
    >
    > Thanks,
    > Tara
    >
    > P.S. I'm using Microsoft Excel 2000


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1