+ Reply to Thread
Results 1 to 6 of 6

Amend VLOOKUP formula to check if a cell is empty and if so perform VLOOKUP

  1. #1
    Forum Contributor
    Join Date
    02-09-2004
    Location
    Cardiff - Wales - UK
    MS-Off Ver
    2013
    Posts
    475

    Amend VLOOKUP formula to check if a cell is empty and if so perform VLOOKUP

    Hi,

    Can anyone please advise me on how to amend the syntax of my formula to check first to see if there is a value in cell ‘O2’ i.e. not empty/blank
    If the cell ‘O2’ is empty/blank then perform the Vlookup otherwise display the cell as empty/blank.


    =IFERROR(VLOOKUP(N2,'SR Cross Ref '!B:L,2,FALSE),"")

    Many thanks in advance

    Regards

    Rob
    Rob

  2. #2
    Valued Forum Contributor PFDave's Avatar
    Join Date
    05-17-2012
    Location
    Milton Keynes, England
    MS-Off Ver
    Excel 2013
    Posts
    1,067

    Re: Amend VLOOKUP formula to check if a cell is empty and if so perform VLOOKUP

    =IF(O2="",IFERROR(VLOOKUP(N2,'SR Cross Ref '!B:L,2,FALSE),""),"")

    OR

    =IF(ISBLANK(O2),IFERROR(VLOOKUP(N2,'SR Cross Ref '!B:L,2,FALSE),""),"")

  3. #3
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,731

    Re: Amend VLOOKUP formula to check if a cell is empty and if so perform VLOOKUP

    =IF(O2<>"", IFERROR(VLOOKUP(N2,'SR Cross Ref '!B:L,2,FALSE),""),"")
    or
    =IF(isblank(O2), IFERROR(VLOOKUP(N2,'SR Cross Ref '!B:L,2,FALSE),""),"")
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  4. #4
    Forum Contributor
    Join Date
    02-09-2004
    Location
    Cardiff - Wales - UK
    MS-Off Ver
    2013
    Posts
    475

    Re: Amend VLOOKUP formula to check if a cell is empty and if so perform VLOOKUP

    PFDave & etaf,

    Excellent !! many thanks for your assistance it is very much appreciated


    Regards

    Rob

  5. #5
    Valued Forum Contributor PFDave's Avatar
    Join Date
    05-17-2012
    Location
    Milton Keynes, England
    MS-Off Ver
    Excel 2013
    Posts
    1,067

    Re: Amend VLOOKUP formula to check if a cell is empty and if so perform VLOOKUP

    No worries Rob, thanks for the rep

  6. #6
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,731

    Re: Amend VLOOKUP formula to check if a cell is empty and if so perform VLOOKUP

    you are welcome , thanks for the rep

+ 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] Amend Formula To Check if Cell ‘A2’ Has Data Entered
    By robertguy in forum Excel General
    Replies: 5
    Last Post: 12-01-2016, 07:36 AM
  2. [SOLVED] Help to amend vlookup formula
    By mso3 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-21-2016, 07:12 AM
  3. [SOLVED] Insert vlookup formula into next empty cell in column B
    By JamesT1 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-12-2016, 05:55 AM
  4. Replies: 10
    Last Post: 06-12-2013, 12:12 PM
  5. How to find empty cell and insert vlookup formula
    By sathu in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-14-2013, 10:02 AM
  6. Replies: 3
    Last Post: 03-24-2011, 11:02 AM
  7. Perform a vlookup on a cell containing a formula?
    By Rupea22 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-31-2010, 12:11 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