+ Reply to Thread
Results 1 to 6 of 6

Filtering a row and returning the results and other columns to another sheet

  1. #1
    Forum Contributor
    Join Date
    05-03-2020
    Location
    London
    MS-Off Ver
    MICROSOFT 365
    Posts
    282

    Filtering a row and returning the results and other columns to another sheet

    Hi all,

    Thank you in advance.

    I wanted to filter Column G>0 (FROM tab RAW) and return the results of the column (G) and other other columns mentioned below.
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,733

    Re: Filtering a row and returning the results and other columns to another sheet

    The way I would do this is to use a formula in a helper column in the Raw data sheet which identifies the matching records (usually with a sequential number). Then in the other sheet you just need a simple INDEX/MATCH formula with the ROWS function.

    Some people don't like helper columns, so would this approach be acceptable for you? (P.S. I'm about to go out, so I'll return to this later on).

    Hope this helps.

    Pete

  3. #3
    Forum Contributor
    Join Date
    05-03-2020
    Location
    London
    MS-Off Ver
    MICROSOFT 365
    Posts
    282

    Re: Filtering a row and returning the results and other columns to another sheet

    Column A is a unique id which i did not show in the original sheet.

    This might help in not needing a helper.

    If it is still needed i do not mind.
    Attached Files Attached Files

  4. #4
    Forum Expert wk9128's Avatar
    Join Date
    08-15-2020
    Location
    Australia
    MS-Off Ver
    365 V2403 and WPS V2022
    Posts
    3,439

    Re: Filtering a row and returning the results and other columns to another sheet

    worksheet name : Sheet2
    Pls Click the left mouse button to select the ranges area A8:H8 ; pls Place the following formula in Formula Bar , then Array formula

    Then copy this ranges A8:H8 , drag down

    HTML Code: 

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,063

    Re: Filtering a row and returning the results and other columns to another sheet

    I don't think that the formula above is an array formula... as this variant just needs ENTER:

    =IFERROR(INDEX(RAW!$A:$U,AGGREGATE(15,6,ROW(RAW!$G$2:$G$50)/(RAW!$G$2:$G$50>0),ROWS(A$8:A8)),MATCH(A$6,RAW!$A$1:$U$1,0)),"")
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  6. #6
    Forum Expert wk9128's Avatar
    Join Date
    08-15-2020
    Location
    Australia
    MS-Off Ver
    365 V2403 and WPS V2022
    Posts
    3,439

    Re: Filtering a row and returning the results and other columns to another sheet

    @Glenn Kennedy You are right, NON ARRAY FORMULA

    worksheet name : Sheet2

    Cell A8 formula , Drag down and across

    HTML Code: 

+ 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. Macro filtering on main data sheet and creating new sheet with the results
    By will5will in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-17-2018, 11:43 AM
  2. [SOLVED] Filtering data and posting results to another sheet
    By kjg in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 07-28-2014, 12:47 AM
  3. [SOLVED] Returning Multiple Results into different columns from a master list
    By SpoonMan22 in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 02-26-2013, 10:37 PM
  4. VLOOKUP - Returning results x No. of Columns to Left
    By watchouse in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-08-2012, 07:00 AM
  5. Filtering values from a sheet and returning them in a column on a different sheet
    By Adam Beauregard in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-11-2011, 05:40 PM
  6. Replies: 0
    Last Post: 06-11-2011, 01:21 PM
  7. returning results via filter to next sheet
    By excellentexcel in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 02-27-2009, 08:11 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