+ Reply to Thread
Results 1 to 4 of 4

Am I using the VLOOKUP right? VLOOKUP not returning a value I want

  1. #1
    Forum Contributor
    Join Date
    11-13-2015
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    831

    Am I using the VLOOKUP right? VLOOKUP not returning a value I want

    Hi all,

    Please can someone help with a VLOOKUP whereby I want a text to be returned.

    In short, I have 300 interviewers of which, 39 are targeted (need to be monitored). I have a filter on which interviewers are targeted. I want to run a VLOOKUP which if it identifies interviewers as being on my main list of 300 interviewers, text or a value is returned to say 'YES' (basically telling me that these are the targeted interviewers), so I can copy and paste it on to my master list.

    Please see my spreadsheet with attempted vlookup attached. The first tab has all the interviewers, the 2nd tab is the small list of interviewers I am referencing (looking to identify who is targeted).

    Thank you!
    Attached Files Attached Files
    Thanks,

    R.



  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: Am I using the VLOOKUP right? VLOOKUP not returning a value I want

    hi there. just a slight problem. you did not fix the rows. your formula in F3 is:
    =VLOOKUP(A3,Sheet3!A1:G34,7,FALSE)

    because you did not fix the row, copying downward becomes:
    =VLOOKUP(A4,Sheet3!A2:G35,7,FALSE)

    so simply lock the row in F3 by adding these dollar signs on the left of the row number:
    =VLOOKUP(A3,Sheet3!A$1:G$34,7,FALSE)

    you could also use:
    =VLOOKUP(A3,Sheet3!A:G,7,FALSE)

    and to prevent NA from showing:
    =IFERROR(VLOOKUP(A3,Sheet3!A:G,7,FALSE),"Not Found")
    or:
    =IFERROR(VLOOKUP(A3,Sheet3!A:G,7,FALSE),"")

    your VLOOKUP finds A3 in Sheet 3 column A and returns the 7th column's value on the same row.

    if you just need to know if they are in Sheet3:
    =IF(COUNTIF(Sheet3!A:A,A3),"YES","NO")

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Forum Contributor
    Join Date
    11-13-2015
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    831

    Re: Am I using the VLOOKUP right? VLOOKUP not returning a value I want

    Awesome. Many thanks!!

  4. #4
    Valued Forum Contributor than_gold's Avatar
    Join Date
    10-17-2017
    Location
    Coimbatore India
    MS-Off Ver
    Office 365
    Posts
    646

    Re: Am I using the VLOOKUP right? VLOOKUP not returning a value I want

    Try this in F3
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Regards,
    Thangavel D

    Appreciate the help? CLICK *

+ 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] VLOOKUP returning 0!
    By rayted in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 03-15-2018, 11:03 AM
  2. Using vLookup based on results from a vLookup & returning an undetermined list
    By NormalityBan in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 08-14-2014, 05:02 AM
  3. vlookup returning #value!
    By stirling in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-12-2009, 12:22 AM
  4. Returning N/A on a VLOOKUP
    By Cydney in forum Excel General
    Replies: 3
    Last Post: 02-18-2009, 06:59 PM
  5. Vlookup returning #N/A
    By JEllison in forum Excel General
    Replies: 3
    Last Post: 11-13-2008, 03:18 PM
  6. Vlookup - not returning #N/A
    By rofl in forum Excel - New Users/Basics
    Replies: 4
    Last Post: 08-21-2007, 06:38 AM
  7. vlookup returning sum
    By Rose in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 11:05 PM

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