+ Reply to Thread
Results 1 to 3 of 3

Pull from Row from one Sheet to Another Array Formula ?

  1. #1
    Registered User
    Join Date
    08-24-2016
    Location
    California
    MS-Off Ver
    Office 2021
    Posts
    93

    Pull from Row from one Sheet to Another Array Formula ?

    Hey Guys, I have used an array formula before but for some reason I cant get this to work. On the sheet task log there are Row that in the Column G have the Task "Pipe" or P&P. On the sheet Piped files for Review I am trying to pull over the entire row without any blank rows in between. Any help would be greatly appreciated, been at this for hours using old spreadsheets to try and get the answer.
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: Pull from Row from one Sheet to Another Array Formula ?

    This will pull all entries that have Pipe in col G (note that you have a trailing space after Pipe)...
    =IFERROR(INDEX('Task Log'!A:A,SMALL(IF('Task Log'!$G$2:$G$76="Pipe ",ROW('Task Log'!$A$2:$A$76)),ROWS($A$1:A1))),"")
    **Array formulas are not entered in the same way as 'standard' formulas. Instead of pressing just ENTER, you first hold down CTRL and SHIFT, and only then press ENTER. If you've done it correctly, you'll notice Excel puts curly brackets {} around the formula (though do not attempt to manually insert these yourself).
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,213

    Re: Pull from Row from one Sheet to Another Array Formula ?

    Please try at
    A2:Axx
    =IFERROR(SMALL(IF(ISNUMBER(SEARCH("p?p*",'Task Log'!$G$2:$G$999)),ROW('Task Log'!$G$2:$G$999)),ROWS(A$2:A2)),"")
    Ctrl+Shift+Enter

    B2:Kxx
    =IF($A2="","",INDEX('Task Log'!A$1:A$999,$A2))

    Custom format to display as need
    Attached Files Attached Files

+ 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. [SOLVED] Array formula to match value to row and pull row header (multiple occurrences of value)
    By lbdavis in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-18-2020, 01:34 PM
  2. Array Formula to Pull List Based on Date - #NUM! Error
    By wooshoe in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-30-2019, 08:41 AM
  3. [SOLVED] Array to pull duplicate values from a different sheet
    By Rachel5694 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-08-2018, 03:45 PM
  4. Pull values using Non Array formula if conditions are met
    By bjnockle in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-10-2017, 08:38 PM
  5. Non Array formula to pull values if conditions met
    By bjnockle in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-26-2017, 05:47 AM
  6. Replies: 5
    Last Post: 08-18-2016, 05:09 PM
  7. [SOLVED] Formatting a table to pull data - Array formula?
    By Student1990 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-09-2013, 08:09 AM

Tags for this Thread

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