+ Reply to Thread
Results 1 to 3 of 3

help with Vlookup formula

  1. #1
    Forum Contributor
    Join Date
    02-04-2009
    Location
    New York, New York
    MS-Off Ver
    Excel 2010
    Posts
    113

    help with Vlookup formula

    Helo,
    I am looking for help on how to create the proper Vlookup formula to populate a column with values based from a table.
    See attached file.

    I would like to match the values in column A with the table, to populate column B. So for example, B2 would be 'Internal', B3 would be 'External' etc. For blank values, such as in A11, I would like to see B11 blank as well.

    If anyone could help me with the proper formula, I would appreciate it.
    Thanks,
    Nathan
    Attached Files Attached Files
    Last edited by nmss18; 11-14-2011 at 03:19 PM. Reason: solved

  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 Vlookup formula

    try:

    =IF(A2="","",VLOOKUP(A2,$G$2:$H$16,2,0))

    copied down
    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
    02-04-2009
    Location
    New York, New York
    MS-Off Ver
    Excel 2010
    Posts
    113

    Re: help with Vlookup formula

    Brilliant. It works. Thanks much.

+ 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