+ Reply to Thread
Results 1 to 4 of 4

Add Space between concatenate cells

  1. #1
    Mac Landers
    Guest

    Add Space between concatenate cells

    I am trying to combine five cells together. All of the cells do not always
    have text, they are linked to another spreadsheet so when the cell is blank
    in Sheet 1, the linked cell in Sheet 2 returns zero. I used the following
    formula so the zeros would not show up in the concatentate formula only
    words; however, now I need spaces between the words.

    =TEXT(F2,"") &TEXT(G2,"")&TEXT(H2,"")&TEXT(I2,"")&TEXT(J2,"")

    I would appreciate any help.
    Thanks!

  2. #2
    Jason Morin
    Guest

    Re: Add Space between concatenate cells

    =TRIM(TEXT(F2,"")&" "&TEXT(G2,"")&" "&TEXT(H2,"")&" "&TEXT
    (I2,"")&" "&TEXT(J2,""))

    HTH
    Jason
    Atlanta, GA

    >-----Original Message-----
    >I am trying to combine five cells together. All of the

    cells do not always
    >have text, they are linked to another spreadsheet so

    when the cell is blank
    >in Sheet 1, the linked cell in Sheet 2 returns zero. I

    used the following
    >formula so the zeros would not show up in the

    concatentate formula only
    >words; however, now I need spaces between the words.
    >
    >=TEXT(F2,"") &TEXT(G2,"")&TEXT(H2,"")&TEXT(I2,"")&TEXT

    (J2,"")
    >
    >I would appreciate any help.
    >Thanks!
    >.
    >


  3. #3
    Harlan Grove
    Guest

    Re: Add Space between concatenate cells

    Mac Landers wrote...
    >I am trying to combine five cells together. All of the cells do not

    always
    >have text, they are linked to another spreadsheet so when the cell is

    blank
    >in Sheet 1, the linked cell in Sheet 2 returns zero. I used the

    following
    >formula so the zeros would not show up in the concatentate formula

    only
    >words; however, now I need spaces between the words.
    >
    >=TEXT(F2,"") &TEXT(G2,"")&TEXT(H2,"")&TEXT(I2,"")&TEXT(J2,"")

    Try

    =T(F2)&" "&T(G2)&" "&T(H2)&" "&T(I2)&" "&T(J2)


  4. #4
    Mac Landers
    Guest

    Re: Add Space between concatenate cells

    Thank you!

    "Jason Morin" wrote:

    > =TRIM(TEXT(F2,"")&" "&TEXT(G2,"")&" "&TEXT(H2,"")&" "&TEXT
    > (I2,"")&" "&TEXT(J2,""))
    >
    > HTH
    > Jason
    > Atlanta, GA
    >
    > >-----Original Message-----
    > >I am trying to combine five cells together. All of the

    > cells do not always
    > >have text, they are linked to another spreadsheet so

    > when the cell is blank
    > >in Sheet 1, the linked cell in Sheet 2 returns zero. I

    > used the following
    > >formula so the zeros would not show up in the

    > concatentate formula only
    > >words; however, now I need spaces between the words.
    > >
    > >=TEXT(F2,"") &TEXT(G2,"")&TEXT(H2,"")&TEXT(I2,"")&TEXT

    > (J2,"")
    > >
    > >I would appreciate any help.
    > >Thanks!
    > >.
    > >

    >


+ 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