+ Reply to Thread
Results 1 to 2 of 2

Nested vlookup... or?

  1. #1
    Registered User
    Join Date
    10-18-2007
    Posts
    89

    Nested vlookup... or?

    I have a sheet (attached) that will have the length specifies and the material. depending on the material that I choose I need to then use Vlookup to find the value associated with that material used for that length. hope that makes sense.

    Thanks in advance for any help.
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    02-04-2009
    Location
    Texas
    MS-Off Ver
    Excel 2016
    Posts
    667

    Re: Nested vlookup... or?

    Use index - Have an input cell for Material (Ex:A1) and Length (using Data Valedation so it is exact)
    Name the Range something like CostTable
    Then =Index(CostTable,Match(A1,A2:A25,0),Match(B1,B2:B25,0))
    Where A1 is the Material
    A2:A25 is the column with the Material Options
    B1 is the length
    B2:B25 is the row with the length options

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Nested IF/VLOOKUP
    By dagindi in forum Excel General
    Replies: 2
    Last Post: 12-29-2009, 05:27 PM
  2. Vlookup across sheets, nested Vlookup possibly?
    By paid2mkgrlspanic in forum Excel Programming / VBA / Macros
    Replies: 16
    Last Post: 06-09-2009, 05:10 PM
  3. Nested If with VLOOKUP's... I think!
    By PeterManner in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 06:05 PM
  4. [SOLVED] Nested If with VLOOKUP's... I think!
    By PeterManner in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 PM
  5. Nested If with VLOOKUP's... I think!
    By Tim C in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-06-2005, 02:05 PM

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