Results 1 to 3 of 3

Cross Checking Info with VLookup and Extracting Data from sheet

Threaded View

  1. #1
    Registered User
    Join Date
    05-09-2014
    MS-Off Ver
    Excel 2003
    Posts
    3

    Cross Checking Info with VLookup and Extracting Data from sheet

    So in my excel document I have it such that on the first sheet (Labeled 'Sorted') the data is set up as follows:
    LOCATION, EXTENSION, NAME
    With the appropriate data under each header. On the second sheet (Labeled 'Locations_Ext') I have a named range called Locations; it contains extensions from a separate document, names of people associated with the extensions from the document, and their locations on the map. I am trying to have it such that the excel matches the extension number given on the first sheet with the ones that I extracted from the document on the second and output the location into the first column on the first sheet. The code I have set up for that process is:

    =VLOOKUP(B(//SomeValue),Locations,1,FALSE)


    I then want the excel to cross check the information that I took from the Visio to see if the visio is up to date with the latest info we have received (Which is the data on the first page under Extension and Name). The code:

    =IF(C(//SomeValue)=VLOOKUP(B(//SomeValue),Locations,3,False),"Good","Error")


    Both codes seem to be giving me this: #N/A as the results for every cell.. What am I doing wrong? I'm using MS 2010
    Last edited by AENinc; 05-09-2014 at 09:40 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Extracting data from one sheet to another using offset & multiple vlookup
    By Navin Agrawal in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-05-2013, 12:40 AM
  2. Replies: 2
    Last Post: 10-29-2012, 09:42 AM
  3. Extracting info from one sheet and placing it on another
    By MoonWeazel in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-17-2012, 11:15 AM
  4. Extracting conditional based info Vlookup
    By ragavendraph in forum Excel General
    Replies: 5
    Last Post: 02-27-2012, 12:09 PM
  5. Replies: 3
    Last Post: 11-06-2009, 04:50 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