+ Reply to Thread
Results 1 to 3 of 3

how to prevent blank cell copied when combining cells?

  1. #1
    Vicneswari Murugan
    Guest

    how to prevent blank cell copied when combining cells?

    I've tried to combine data from few cells using "CONCATENATE" function. But,
    when a cell is blank, a blank appears in the result. How to prevent this
    blank?

  2. #2
    Sanjeev
    Guest

    RE: how to prevent blank cell copied when combining cells?

    please give sample to understand better

    "Vicneswari Murugan" wrote:

    > I've tried to combine data from few cells using "CONCATENATE" function. But,
    > when a cell is blank, a blank appears in the result. How to prevent this
    > blank?


  3. #3
    Dave Peterson
    Guest

    Re: how to prevent blank cell copied when combining cells?

    =if(a1="","",a1&" ")&if(b1="","",b1&" ")&c1
    It kind of sounds like you were separating the cells with space characters.

    If A1, B1, C1 all contained words with no spaces:
    =TRIM(A1&" "&B1&" "&C1)



    Vicneswari Murugan wrote:
    >
    > I've tried to combine data from few cells using "CONCATENATE" function. But,
    > when a cell is blank, a blank appears in the result. How to prevent this
    > blank?


    --

    Dave Peterson

+ 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