+ Reply to Thread
Results 1 to 4 of 4

Limits to VLOOKUP capability

  1. #1
    Registered User
    Join Date
    05-31-2012
    Location
    Anaheim, CA
    MS-Off Ver
    Excel 2007
    Posts
    2

    Limits to VLOOKUP capability

    I have never used this type of formula and simply trying to get more than one cell (2-3) to fill in when I input one cell.
    ex. Type in a part # from column A, the correlating info from B and C are filled in. I have only seen the example of one cell (ex. part / price).

    Can this be accomplished in Excel?

  2. #2
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Limits to VLOOKUP capability

    If you are asking how to get the column C value, then:

    =VLOOKUP(part#,range,##,FALSE)
    The range must be at least 3 columns wide. The first column will contain the part #'s. The ## in the formula is the number of the column from which you want to retrieve the data. So, if you want the data from the column adjacent to the part #'s you would use 2. To get a value from another column you change the ## to reflect that. If it's 2 columns to the right of the part #'s you would use 3 (remember that the part #'s column counts as 1).

    Here's a link: http://office.microsoft.com/en-us/ex...in=HP010079186
    Last edited by Cutter; 05-31-2012 at 03:41 PM.

  3. #3
    Registered User
    Join Date
    05-31-2012
    Location
    Anaheim, CA
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Limits to VLOOKUP capability

    Yes. Thank you that makes sense the problem I'm having is that I need 2 columns of info not just one to be associated to the part #.

    So Type in A and need B and C to come up. (A) Part # with (B)Die # and (C)Weight.

  4. #4
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Limits to VLOOKUP capability

    Yes, I get that. You put a VLOOKUP() in B and another VLOOKUP() in C. The only difference in the 2 will be the column # from which to retrieve the data.

    If you have trouble with it tell us specifics about the ranges you are using and we can give you the formulas to use.

+ 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