+ Reply to Thread
Results 1 to 3 of 3

Lookup

  1. #1
    Brent
    Guest

    Lookup

    I would like to type a value on one page of my worksheet. Then have a
    function in the column next to the value that looks up the value typed in and
    references it to a table on anohter page and returns the value (text) that is
    associated with that number. -example-

    Page 1 Page 2
    1 Jim so if I input 1
    in A1; B2 returns Jim
    2 Stan
    3 Kim
    4 Alan

  2. #2
    Registered User
    Join Date
    01-01-2006
    Location
    Huntsville, Alabama
    Posts
    8
    Sounds like a simple vlookup function to me.

    =vlookup(A1,"Page2 A1:A2",2,0)

  3. #3
    bpeltzer
    Guest

    RE: Lookup

    Use vlookup. In B2: =vlookup(a1,'Page 1'!$a$1:$b$100,2,false)

    "Brent" wrote:

    > I would like to type a value on one page of my worksheet. Then have a
    > function in the column next to the value that looks up the value typed in and
    > references it to a table on anohter page and returns the value (text) that is
    > associated with that number. -example-
    >
    > Page 1 Page 2
    > 1 Jim so if I input 1
    > in A1; B2 returns Jim
    > 2 Stan
    > 3 Kim
    > 4 Alan


+ 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