+ Reply to Thread
Results 1 to 3 of 3

VLOOKUP and IF combined formula

Hybrid View

  1. #1
    Registered User
    Join Date
    07-23-2014
    Location
    London, England
    MS-Off Ver
    2010
    Posts
    2

    VLOOKUP and IF combined formula

    I'm trying to get a formula that basically says "If the result of my VLOOKUP contains text then return an "x" if it doesnt then leave the cell blank"

    Any thoughts?

  2. #2
    Registered User
    Join Date
    07-22-2014
    Location
    Riyadh
    MS-Off Ver
    2010
    Posts
    88

    Re: VLOOKUP and IF combined formula

    Iferror((vlookup(A1,D:E,2,false),"")

    see enclosed file
    Attached Files Attached Files

  3. #3
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: VLOOKUP and IF combined formula

    Try this formula

    =IF(ISNUMBER(VLOOKUP(A2,$D$2:$E$4,2,0)),"","X")

    In B2

    A
    B
    C
    D
    E
    1
    Lookup
    range
    2
    25
    X
    25
    A
    3
    26
    24
    V
    4
    24
    X
    26
    5
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

+ 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. Combined vlookup and match formula
    By certain_death in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 04-08-2013, 01:11 PM
  2. Formula Problem - Vlookup combined with IF statement
    By LALTIZER in forum Excel General
    Replies: 4
    Last Post: 07-06-2012, 03:52 PM
  3. Combined vlookup and sumifs in a single formula
    By mrexcelrc1 in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 04-27-2012, 04:54 PM
  4. IF and Vlookup formula combined
    By Nathalie1974 in forum Excel General
    Replies: 2
    Last Post: 02-06-2012, 02:03 PM
  5. Combined if/vlookup formula issues
    By mdev in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-23-2010, 02:29 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