+ Reply to Thread
Results 1 to 3 of 3

IF/Vlookup returning #N/A

  1. #1
    Registered User
    Join Date
    06-25-2011
    Location
    Scotland
    MS-Off Ver
    Excel 2013 / 2016
    Posts
    69

    IF/Vlookup returning #N/A

    Hi,
    I have a formula that I have working in other sheets but on this particular sheet it's not working & I have checked & double checked but cant find what is wrong.......The first part is working but if there is't a name in the Players_Names list it returns a #N/A instead of a Bye (I've also tried a range instead of define name). Can someone help before I go nutty!!!



    =IF(AND(Comp_Data!$H$10>32,Comp_Data!$H$10<=64),IF(VLOOKUP($A7,Players_Names,2,FALSE)<>"",VLOOKUP($A7,Players_Names,2,FALSE),"Bye"),"")

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: IF/Vlookup returning #N/A

    Try

    =IFERROR(IF(AND(Comp_Data!$H$10>32,Comp_Data!$H$10<=64),VLOOKUP($A7,Players_Names,2,FALSE),""),"Bye")

  3. #3
    Registered User
    Join Date
    06-25-2011
    Location
    Scotland
    MS-Off Ver
    Excel 2013 / 2016
    Posts
    69

    Re: IF/Vlookup returning #N/A

    Hi Jonmo1,
    Sorry for the late reply, but this did the trick.....Thank you so much!! (I'm building sports comp sheets).

+ Reply to Thread

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