+ Reply to Thread
Results 1 to 3 of 3

Vlookup not working, brand new to using Excel

  1. #1
    Registered User
    Join Date
    02-10-2016
    Location
    New York
    MS-Off Ver
    MS Office Professional Plus 2013
    Posts
    13

    Vlookup not working, brand new to using Excel

    I just recently started using Vlookup and still need to take a training course (this is just teaching myself so please make your answer for an "Excel for Dummies" version :-)

    I have two tabs on my spreadsheet:
    Data on tab 1, columns = employee name, e-mail address, zip code just for employees in a certain state
    Data on tab 2, columns = full list of employee names, employee number, employee status, e-mail address
    Goal = on sheet 1 get any employees that have been terminated from sheet 2 to match up with sheet 1
    I tried a few different types of vlookups (doing the name as the first option then highlighting on the second tab from the name to the status) everything keeps coming back NA, NA, NA and I'm ready to lose my mind over here. Please help!! :-)

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.84 for Mac MS 365
    Posts
    8,499

    Re: Vlookup not working, brand new to using Excel

    your formula should look like this on tab 1... =VLOOKUP(A1,'tab 2'!A:C,2,FALSE) if the employee name is in column A of tab 1 and column A of tab 2 and the employee status is in column C of tab 2.
    #N/A comes back if the name in cell A1 isn't found in column A of tab 2.
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  3. #3
    Registered User
    Join Date
    01-15-2016
    Location
    Dallas, TX
    MS-Off Ver
    2007
    Posts
    65

    Re: Vlookup not working, brand new to using Excel

    This shouldn't be hard, but I don't know what your workbook looks like... But if your columns are in order as described above starting in column A on both sheets, AND if the status column for a terminated employee actually says "Terminated", you can try this:
    Paste this formula in the sheet1 cell to the right of the last column and copy down.
    =IF(VLOOKUP(A1,Sheet2!A:C,3,False)="Terminated","Terminated","")

    The result should put the word terminated at the right of any employee on sheet1 that has been terminated. You can then use the autofilter.

    If your sheets have names other than Sheet1 and Sheet2 replace the Sheet2 reference with the sheet name in apostrophes...'sheetname'

    Let me know if you need more help

+ 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. Brand New to Excel Forum
    By MrsStew in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 07-13-2015, 12:52 PM
  2. Vlookup not working on Excel Table
    By hudster8 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-04-2015, 12:16 PM
  3. Excel 2007 : Vlookup NOT WORKING!
    By jennbates in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 01-30-2014, 12:23 AM
  4. Hello all. Not brand new at Excel, but still have room to learn.
    By curtisrbeck in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 11-05-2012, 07:16 PM
  5. VLOOKUP fuction not working in Excel 2003
    By Tanza in forum Excel General
    Replies: 9
    Last Post: 04-22-2011, 09:27 AM
  6. HELP! Brand new user to excel and having problems...
    By rdenny1900 in forum Excel General
    Replies: 5
    Last Post: 06-20-2005, 09:05 AM
  7. Replies: 11
    Last Post: 06-18-2005, 08:14 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