Results 1 to 11 of 11

How to with Vlookup perform a test on 3 condition (EMPTY, Not Existing and correct Value)

Threaded View

  1. #1
    Registered User
    Join Date
    06-06-2013
    Location
    Geneva
    MS-Off Ver
    Excel 2010
    Posts
    10

    Post How to with Vlookup perform a test on 3 condition (EMPTY, Not Existing and correct Value)

    Hi all,

    I want to do a consolidation between to Excel Sheet having information coming from 2 different place.

    My goal is based on a value from the sheet named AvayaSiebel to perform a vlookup from the sheet named TestimanagedDevice and based on the result, write in the result cell Blank if row exist but without value in the cell, not found if row doesn't exist and value in case where the row exist and there is a value in the concern cell instead of having the #N/A result is cell is blank or row doesn't exist
    If I use simple (VLOOKUP(A2;testimanagedDevices!$C$2:$H$91;2;FALSE))

    I'm trying to apply the following formula: =IF(ISBLANK(VLOOKUP(C2;testimanagedDevices!$B$2:$C$91;2;FALSE))="-";"NotFound";(VLOOKUP(C2;testimanagedDevices!$B$2:$C$91;2;FALSE)))

    I have try also the following formula:
    =IF(ISBLANK(VLOOKUP(C2;testimanagedDevices!$B$2:$C$9;2;FALSE));"-";IF(ISERROR(VLOOKUP(C2;testimanagedDevices!$B$2:$C$9;2;FALSE));"Not found";VLOOKUP(C2;testimanagedDevices!$B$2:$C$9;2;FALSE)))
    But without no luck
    I don't know if this kind of test is possible with formula or if a macro is necessary to do this. If macro, it will be nice to help me on the script as I'm a real novice on Excel.
    Thanks in advance for your help.

    Thibaut
    Attached Files Attached Files

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