+ Reply to Thread
Results 1 to 4 of 4

IFERROR or VLOOKUP functions

  1. #1
    Registered User
    Join Date
    04-10-2015
    Location
    Bangladesh
    MS-Off Ver
    Windows 2013
    Posts
    39

    IFERROR or VLOOKUP functions

    Hello,

    I am trying to make a report by using two different MS excel. Both the sheet have same and unique code number like - 75262, 4455. I am trying make a report like - if the Code (Sheet 1) matched with the code of Sheet 2, then it will show "Completed", if not matched, then it will show " not done".

    I tryed through following formula - =IFERROR(VLOOKUP(E4,[QA.xlsx]Sheet1!$E$2:$E$33,1,FALSE),"Not Done"). Which shows the Code number id matched, and Not Done if the not matched. But I need to replace the Code with "Completed". Please suggest me, what to do?

    Thank U.
    Best
    Rinko

  2. #2
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: IFERROR or VLOOKUP functions

    Try

    =IF(ISNUMBER(MATCH(E4,[QA.xlsx]Sheet1!$E$2:$E$33,0)),"Completed","Not Done")
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  3. #3
    Registered User
    Join Date
    04-10-2015
    Location
    Bangladesh
    MS-Off Ver
    Windows 2013
    Posts
    39

    Re: IFERROR or VLOOKUP functions

    Hello Shukla Ankur,

    Thank you so much. it is working.

    Best,
    Rinko

  4. #4
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: IFERROR or VLOOKUP functions

    Glad it help you and thanks for feedback and rep!!! please mark thread as solved..

+ 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. iferror with vlookup
    By cape in forum Excel General
    Replies: 4
    Last Post: 01-11-2015, 01:19 PM
  2. [SOLVED] IFERROR, MATCH, INDEX functions to find differences of two sheets
    By LinaVa in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-30-2014, 10:29 AM
  3. Replies: 6
    Last Post: 07-10-2014, 05:08 PM
  4. [SOLVED] Combining IF and IFERROR functions
    By brown1991 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-29-2014, 05:17 PM
  5. Using IFERROR and FREQUENCY functions in an array
    By mcmassok in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-30-2013, 08:39 AM
  6. Use of nested IFERROR or other suitable functions
    By kyjae in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-20-2013, 08:26 AM
  7. Vlookup with iferror in vba
    By arlu1201 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-23-2012, 11:48 AM

Tags for this Thread

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