+ Reply to Thread
Results 1 to 2 of 2

Look up and return a value

  1. #1
    PaolaAndrea
    Guest

    Look up and return a value

    I have two spreadsheets, one contains all the job names with the old job
    number.
    The second contains the old job numbers with the new job numbers.
    I need a formula that will look up the old job numbers and return the new
    job number in the cell next to it.

    Example:
    Spreadsheet with old job numbers
    colunm A Colum B
    Geneva 123

    Column A Column B
    123 A785

    Results after formula
    Column A Column B Column C
    Geneva 123 A785


    Please help.

    Sincerely,

    PaolaAndrea

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    In C1 put

    =VLookup(B1,Sheet2!A:B,2,False)

    and formula copy this down the column.

    --


    Quote Originally Posted by PaolaAndrea
    I have two spreadsheets, one contains all the job names with the old job
    number.
    The second contains the old job numbers with the new job numbers.
    I need a formula that will look up the old job numbers and return the new
    job number in the cell next to it.

    Example:
    Spreadsheet with old job numbers
    colunm A Colum B
    Geneva 123

    Column A Column B
    123 A785

    Results after formula
    Column A Column B Column C
    Geneva 123 A785


    Please help.

    Sincerely,

    PaolaAndrea

+ 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