+ Reply to Thread
Results 1 to 4 of 4

extracting subarray from array - subarray to be used with index/match

  1. #1
    Registered User
    Join Date
    11-03-2014
    Location
    Australia
    MS-Off Ver
    2010
    Posts
    6

    extracting subarray from array - subarray to be used with index/match

    Untitled.jpg

    Hello guys would greatly appreciate your help. Image is attached.

    I'm looking to return a part of an array depending on criteria. i.e. I want only the data from the NBG3 columns or NLCV columns which I will then do the common index/match to find a value within that part of an array.
    Note: I am looking to do this with functions (without VBA) as i have no experience with vba..

    Thanks guys, would appreciate a prompt response.

    Regards,

    Dbauddls90
    Last edited by Dbauddls90; 11-03-2014 at 08:01 PM.

  2. #2
    Registered User
    Join Date
    11-03-2014
    Location
    Australia
    MS-Off Ver
    2010
    Posts
    6

    Re: extracting subarray from array - subarray to be used with index/match

    not sure if image is attached properly.. sorry for the repost

    heres the spreadsheet
    Attached Files Attached Files
    Last edited by Dbauddls90; 11-03-2014 at 08:17 PM.

  3. #3
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,610

    Re: extracting subarray from array - subarray to be used with index/match

    For the information given, I created two named ranges:

    _NGB3 = Sheet1!$C$3:$E$15 (cell P1 data validation dropdown)
    NLCV = Sheet1!$F$3:$H$15 (cell Q1 data validation dropdown)


    and a Formula:
    =INDEX(INDIRECT($P$1),MATCH($Q$1,B3:B14,0),1) (cell R1)
    Attached Files Attached Files
    Ben Van Johnson

  4. #4
    Registered User
    Join Date
    11-03-2014
    Location
    Australia
    MS-Off Ver
    2010
    Posts
    6

    Re: extracting subarray from array - subarray to be used with index/match

    thanks! handy dropdown

+ 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. Replies: 6
    Last Post: 04-30-2014, 02:42 AM
  2. Subarray - easy question
    By pty1196 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-03-2013, 03:53 AM
  3. Index Match array equation with sub-array calculation
    By glebbo in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-04-2012, 03:04 AM
  4. Defying the array, which is, in fact, subarray.
    By Alexander_Golinsky in forum Excel General
    Replies: 1
    Last Post: 05-09-2012, 08:58 PM
  5. Extracting Data using Index or Match?
    By Shytott in forum Excel General
    Replies: 5
    Last Post: 12-19-2009, 09:21 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