+ Reply to Thread
Results 1 to 2 of 2

Excel look ups

  1. #1
    Registered User
    Join Date
    11-07-2011
    Location
    Orlando,FL
    MS-Off Ver
    Excel 2003
    Posts
    1

    Excel look ups

    I have two spreadsheets that I am trying to merge. example:

    Spreadsheet A contains
    operator ID
    operator name
    operator department

    Spreadsheet B contains
    operator ID
    user entry error

    I want to pull the user entry erro into spreadsheet A by the operator ID that is on both spreadsheets. In the past I did an =if statement but for somereason it isn't working for me.

    Thanks..

  2. #2
    Forum Expert davegugg's Avatar
    Join Date
    12-18-2008
    Location
    WI, US
    MS-Off Ver
    2010
    Posts
    1,884

    Re: Excel look ups

    You should us a vlookup:

    =Vlookup(OperatorID,tableinspreadsheetB,2,0)

    Look at the Help for the Vlookup for more details and examples.
    Is your code running too slowly?
    Does your workbook or database have a bunch of duplicate pieces of data?
    Have a look at this article to learn the best ways to set up your projects.
    It will save both time and effort in the long run!


    Dave

+ 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