+ Reply to Thread
Results 1 to 2 of 2

auto fill data into a cell from a lookup table

  1. #1
    Tetradpoint
    Guest

    auto fill data into a cell from a lookup table

    Does anyone know how to set up a cell formula so that if the data in a cell
    (such as a county name) is entered, an amount is placed in the cell in the
    next column?

  2. #2
    JulieD
    Guest

    Re: auto fill data into a cell from a lookup table

    Hi

    use VLOOKUP to do this

    say you have your list of countries and amounts on sheet 2 in the range
    A1:B100

    and then on sheet 1 you want to type a country name in cell A1 and have the
    amount appear in B1
    the formula for B1 would be
    =VLOOKUP(A1,Sheet2!$A$2:$B$100,2,0)
    which says, look at the value in A1, find it in the first column of the
    table in Sheet2 and return the associated value from the second column of
    this table where there is an exact match

    --
    Cheers
    JulieD
    check out www.hcts.net.au/tipsandtricks.htm
    ....well i'm working on it anyway
    "Tetradpoint" <[email protected]> wrote in message
    news:[email protected]...
    > Does anyone know how to set up a cell formula so that if the data in a
    > cell
    > (such as a county name) is entered, an amount is placed in the cell in the
    > next column?




+ 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