+ Reply to Thread
Results 1 to 3 of 3

Multiple References in an Array Forumula

  1. #1
    Registered User
    Join Date
    08-30-2018
    Location
    San Diego
    MS-Off Ver
    Office 365
    Posts
    2

    Multiple References in an Array Forumula

    Hi All,

    I am trying to modify this array formula to reference/match a second set of values. The formula as written now is matching the "Purchase Order Number" only, and I need to have the array match the "Purchase Order Number" and also the "Sold-to Party". I unfortunately, have no clue how to do this. Any help is appreciated.

    This is the formula as currently written (the larger document is the "KB" tab and the smaller is the "KE" tab):

    =INDEX(KE!$A$2:$B$35428,SMALL(IF(KE!$A$2:$A$35428=$D2,ROW(KE!$A$2:$A$35428)-1),COLUMNS($F2:F2)),2)

    Thank you!
    Attached Images Attached Images

  2. #2
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: Multiple References in an Array Forumula

    Welcome to the forum!

    This should do what you ask for

    =INDEX(KE!$B$2:$B$35428,SMALL(IF(KE!$A$2:$A$35428=$D2,IF(KE!$C$2:$C$35428=$A2,ROW(KE!$A$2:$A$35428)-1)),COLUMNS($F2:F2)))

  3. #3
    Registered User
    Join Date
    08-30-2018
    Location
    San Diego
    MS-Off Ver
    Office 365
    Posts
    2

    Re: Multiple References in an Array Forumula

    This worked perfectly, thank you!

+ 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. How to ignore N/A in array forumula
    By Raehan in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-16-2017, 03:53 AM
  2. [SOLVED] Using Small Forumula with an Array
    By vhache in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-27-2016, 07:21 PM
  3. Replies: 6
    Last Post: 10-22-2014, 09:07 AM
  4. [SOLVED] Store Multiple Non Sequential Column References in Array and then Select these columns
    By Jimbo77 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-25-2014, 02:12 PM
  5. Replies: 6
    Last Post: 03-12-2014, 12:16 PM
  6. Array Forumula
    By aravinds in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-05-2013, 01:17 AM
  7. array/lookup help - multiple references over multiple colums
    By cards52 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 05-22-2009, 03:04 AM

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