+ Reply to Thread
Results 1 to 2 of 2

Capture data from TWO tabs/tables with INDEX/SMALL/ROW/ROWS Array

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    01-19-2013
    Location
    Las Vegas, NV
    MS-Off Ver
    Office 365 2016
    Posts
    214

    Capture data from TWO tabs/tables with INDEX/SMALL/ROW/ROWS Array

    Lo all,

    I have the following array pulling data based on a drop down from one tab, I am wondering if I am able to add a second query to add data from another table?

    {=IFERROR(INDEX(OrdersWIP[Order '#],SMALL(IF(OrdersWIP[Location]=LocReviewSelect,ROW(OrdersWIP[Location])-ROW('Orders WIP'!$D$8)+1,""),ROWS('Orders WIP'!$D$8:D33))),"")}
    The second part would be,
     (how do I link it) IFERROR(INDEX(ProjWIP[Order '#],SMALL(IF(ProjWIP[Location]=LocReviewSelect,ROW(ProjWIP[Location])-ROW('Projects Orders WIP'!$D$8)+1,""),ROWS('Projects Orders WIP'!$D$8:D33))),"")}
    I tried using +, got nul. Then I tried "&" and that added two order numbers together from the two tables into one cell for the nine rows that had applicable data on the second table.

    Thank you good people

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Capture data from TWO tabs/tables with INDEX/SMALL/ROW/ROWS Array

    Maybe put this in between the two formulas, shot in the dark:

    FirstFormula & ", " & SecondFormula
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

+ 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. Array Index Small with Multiple and OR Criteria
    By MichaelDoughertyJr in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 04-21-2016, 05:09 PM
  2. [SOLVED] Index small array
    By namluke in forum Excel General
    Replies: 3
    Last Post: 03-12-2014, 06:00 PM
  3. [SOLVED] INDEX MATCH and MIN/SMALL to pull first and second smallest values from array
    By tlafferty in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-18-2014, 04:03 AM
  4. [SOLVED] INDEX SMALL array formula issue
    By davepoth in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-27-2013, 07:13 AM
  5. [SOLVED] Slow index/small/row array
    By Jovica in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 12-06-2012, 06:59 AM
  6. Adding another condition to an INDEX SMALL array
    By reborn537 in forum Excel General
    Replies: 3
    Last Post: 12-21-2011, 09:27 AM
  7. INDEX SMALL ROW array function
    By ACurtis802 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 12-10-2009, 02:10 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