+ Reply to Thread
Results 1 to 3 of 3

combining text

  1. #1
    Dave Green
    Guest

    combining text

    In Excel 2002, I want to combine three cells (City, State, and Postal Code)
    into a single cell. I know this string will work for putting a space in
    between each item:
    =A1&" "&A2&" "&A3
    This yield this type of output: Seattle WA 98102

    What do I do to place a comma after the "city" so that it yields this type
    of output:
    Seattle, WA 98102



  2. #2
    Valued Forum Contributor
    Join Date
    03-25-2004
    Location
    Boston, MA US
    Posts
    1,094
    Dave,

    =A1&","&" "&A2&" "&A3

    Cheers,

    Steve

  3. #3
    Ron Coderre
    Guest

    RE: combining text

    Try something like this:

    =A1&", "&A2&" "&A3


    Does that help?

    ***********
    Regards,
    Ron

    XL2002, WinXP-Pro


    "Dave Green" wrote:

    > In Excel 2002, I want to combine three cells (City, State, and Postal Code)
    > into a single cell. I know this string will work for putting a space in
    > between each item:
    > =A1&" "&A2&" "&A3
    > This yield this type of output: Seattle WA 98102
    >
    > What do I do to place a comma after the "city" so that it yields this type
    > of output:
    > Seattle, WA 98102
    >
    >


+ 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