+ Reply to Thread
Results 1 to 4 of 4

IFERROR Formula with IF and VLookup Statements

  1. #1
    Registered User
    Join Date
    09-28-2021
    Location
    Saint Louis, Missouri
    MS-Off Ver
    Office 365
    Posts
    2

    Post IFERROR Formula with IF and VLookup Statements

    I'm new to Excel Forum and looking for some help with a nested formula. I'm trying to perform a VLOOKUP on a Position ID to pull a date that is then performing calculations to give a Status based on a set of criteria. I'm able to do that using the nested IF & VLOOKUP formulas. What I'm having trouble with is adding in the IFERROR formula to populate "No Data" instead of #N/A if the Position ID isn't found in the dataset. I've tried a number of IFERROR variations and nothing seems to work.

    Here is the nested IF/VLookup which seems to work fine, but I need to add in the correct formula for IFERROR.

    =IF(VLOOKUP($A10,$A$1:$D$5,2,FALSE) is less than TODAY(),"Already Delayed",IF(VLOOKUP($A10,$A$1:$D$5,2,FALSE) is less than (TODAY()+$C2+$D2),"Expecting Delay",IF(VLOOKUP($A10,$A$1:$D$5,2,FALSE)is greater than or equal to (TODAY()+$C2+$D2),"On Track"," ")))

    Any help provided would be much appreciated.

    Thank you!
    Attached Files Attached Files

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: IFERROR Formula with IF and VLookup Statements

    Hi and welcome

    Try this.

    =IFERROR(IF(VLOOKUP($A13,$A$1:$D$5,2,FALSE)< TODAY(),"Already Delayed",IF(VLOOKUP($A13,$A$1:$D$5,2,FALSE)< (TODAY()+$C5+$D5),"Expecting Delay",IF(VLOOKUP($A13,$A$1:$D$5,2,FALSE) >=(TODAY()+$C5+$D5),"On Track"," "))),"No Data")

    BSB

  3. #3
    Registered User
    Join Date
    09-28-2021
    Location
    Saint Louis, Missouri
    MS-Off Ver
    Office 365
    Posts
    2

    Re: IFERROR Formula with IF and VLookup Statements

    This worked perfectly! Thank you.

  4. #4
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: IFERROR Formula with IF and VLookup Statements

    Happy to help

    BSB

+ 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] If/ Iferror and Vlookup formula combination help
    By nr6281 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 02-20-2020, 05:40 PM
  2. [SOLVED] Multiple IFERROR or IFERROR w/ If Statements
    By SanchoPanza1 in forum Excel General
    Replies: 4
    Last Post: 03-31-2016, 08:09 PM
  3. [SOLVED] IFERROR(IF(VLOOKUP formula help
    By y0brah in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 10-14-2014, 08:30 AM
  4. How to add ABS Formula with Iferror and Vlookup
    By vajeednawab in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-10-2013, 06:16 AM
  5. [SOLVED] Using VLOOKUP and CONCATENATE within an IFERROR formula
    By mowens74 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-21-2013, 12:24 PM
  6. Replies: 2
    Last Post: 06-12-2012, 04:50 PM
  7. Replies: 2
    Last Post: 01-11-2010, 07:37 AM

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