+ Reply to Thread
Results 1 to 4 of 4

Help with MATCH and OFFSET.

  1. #1
    Forum Contributor
    Join Date
    11-17-2009
    Location
    PA USA
    MS-Off Ver
    Excel 2000
    Posts
    184

    Help with MATCH and OFFSET.

    I attached a sample workbook.

    The user enters a string in A2. Columns E and F have the data.

    In B2, I want to put the value that is located in the F data column next to the string in the E data column. I made two lists, but can't figure out the formula for the B2 cell.

    I hope this is not in the wrong forum, and I hope I explained the issue so you can understand.
    Thanks for helping me.

    Excel 2000
    Attached Files Attached Files
    Last edited by proepert; 06-01-2010 at 01:58 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Help with MATCH and OFFSET.

    Try:

    =VLOOKUP(A2,E:F,2,FALSE)
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Contributor
    Join Date
    11-17-2009
    Location
    PA USA
    MS-Off Ver
    Excel 2000
    Posts
    184

    Re: Help with MATCH and OFFSET.

    Oh thanks so much. Could you please be so kind to explain the the formula to me?

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Help with MATCH and OFFSET.

    Best to have a look at Excel's help file on VLOOKUP... it explains the formula well with examples.

    Have a look here:

    http://www.techonthenet.com/excel/formulas/vlookup.php

    and

    http://www.contextures.com/xlfunctions02.html

    for more help and advanced uses...

+ 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