+ Reply to Thread
Results 1 to 7 of 7

CONCATENATE but Eliminate the Error Cells

  1. #1
    Registered User
    Join Date
    07-23-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    20

    CONCATENATE but Eliminate the Error Cells

    Hi,

    I have 3 cells which is having vlookup values, Few of the cells are contains the Value and few of thems are having #N/A value because of Velookup result, so I want to concatenate these three cells and get the value in the fourth cell.

    Please help me to solve my issue

    Regards,
    KK

  2. #2
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,367

    Re: CONCATENATE but Eliminate the Error Cells

    Could U Pls upload your dummy workbook?

  3. #3
    Registered User
    Join Date
    07-23-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    20

    Re: CONCATENATE but Eliminate the Error Cells

    Hi,

    Here I have made the Dummy data which will help you to understand my requirment.

    Q cellis the required output

    M, N & o cells need to be concatenate

    Please let me know, if you have any questions from the attached sheet

    Regards,
    KK
    Attached Files Attached Files

  4. #4
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: CONCATENATE but Eliminate the Error Cells

    hi KK. a simple way is to use IFERROR for your VLOOKUP formulas so that you don't get 0 or NA
    =IFERROR(VLOOKUP(L2,$A$2:$B$6,2,FALSE),"")

    then just do a simple:
    =M2&N2&O2

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  5. #5
    Registered User
    Join Date
    07-23-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    20

    Re: CONCATENATE but Eliminate the Error Cells

    I got the 0 when applying the formula in the N cell. Please suggest me

    Regards,
    KK

  6. #6
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: CONCATENATE but Eliminate the Error Cells

    my bad. add a &"" to the VLOOKUP too
    =IFERROR(VLOOKUP(L2,$A$2:$B$6,2,FALSE)&"","")
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    07-23-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    20

    Re: CONCATENATE but Eliminate the Error Cells

    Thanks, It is working fine..

    Regards,
    KK

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] CONCATENATE with Auto Numbering and Eliminate the Empty Value cell(Cells contains Formula)
    By KSQUARE2K6 in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 08-06-2013, 01:21 PM
  2. Excel 2007 : Hide/eliminate #Value error
    By sonar123 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-01-2013, 03:52 PM
  3. [SOLVED] Eliminate the #NUM! error in a MAX function
    By tdschulz in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-10-2012, 10:08 AM
  4. Replies: 2
    Last Post: 04-12-2010, 12:35 PM
  5. Cannot eliminate Value Error
    By ravenbird in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 11-12-2008, 10:26 PM

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