+ Reply to Thread
Results 1 to 12 of 12

Filter data on sheet1 and show visible filter data on sheet 2 in colmn A

  1. #1
    Forum Contributor
    Join Date
    05-08-2013
    Location
    FLORENCE, ALABAMA
    MS-Off Ver
    Excel 2010
    Posts
    116

    Filter data on sheet1 and show visible filter data on sheet 2 in colmn A

    I have a data on Export tab and Pricing tab has formula's. Pricing tab Col A is pulling the data from Export tab Col A. I filter columns on Export tab. I need a formula that will only show visible items that is showing on Export tab to show in Pricing tab. I have example attached. If anyone can help me think of a what to have a formula in col A on pricing tab for only showing with is visible on the filtered data on Export tab, I would really appreciate the help.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365 for MAC
    Posts
    3,105

    Re: Filter data on sheet1 and show visible filter data on sheet 2 in colmn A

    Export tab = sheet 2?
    Pricing tab = sheet1?

  3. #3
    Forum Contributor
    Join Date
    05-08-2013
    Location
    FLORENCE, ALABAMA
    MS-Off Ver
    Excel 2010
    Posts
    116

    Re: Filter data on sheet1 and show visible filter data on sheet 2 in colmn A

    I am so sorry, I uploaded the wrong file. Please look at this file. Thank you so much for taking the time to look at my post

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,865

    Re: Filter data on sheet1 and show visible filter data on sheet 2 in colmn A

    You don't appear to have changed the uploaded workbook ...
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  5. #5
    Forum Contributor
    Join Date
    05-08-2013
    Location
    FLORENCE, ALABAMA
    MS-Off Ver
    Excel 2010
    Posts
    116

    Re: Filter data on sheet1 and show visible filter data on sheet 2 in colmn A

    Sorry, I am trying to upload file
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    12-04-2020
    Location
    Bangkok
    MS-Off Ver
    365
    Posts
    61

    Re: Filter data on sheet1 and show visible filter data on sheet 2 in colmn A

    Try this,

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Then drag....

    Change "A" to a reference to cell or anything accordingly.
    Attached Files Attached Files

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

    Re: Filter data on sheet1 and show visible filter data on sheet 2 in colmn A

    Please try at A3

    =IFERROR(AGGREGATE(15,6,Export!$A$2:$A$14/SUBTOTAL(3,OFFSET(Export!$A$1,ROW(Export!$A$2:$A$14)-ROW(Export!$A$1),)),ROWS(A$3:A3)),"")
    Attached Files Attached Files

  8. #8
    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,053

    Re: Filter data on sheet1 and show visible filter data on sheet 2 in colmn A

    ??

    In A3, copied across and down (as shown) a similar formula for the name:

    =IFERROR(INDEX(Export!A:A,AGGREGATE(15,6,1/(1/(SUBTOTAL(3,OFFSET(Export!$A$2,ROW(Export!$A$2:$A$14)-ROW(Export!$A$2),))*(ROW(Export!$A$2:$A$14)))),ROWS($1:1))),"")
    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

  9. #9
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365 for MAC
    Posts
    3,105

    Re: Filter data on sheet1 and show visible filter data on sheet 2 in colmn A

    Me too!

    In A3 and across:
    Pricing tab -
    =IFERROR(INDEX(Export!A$1:A$13,AGGREGATE(15,6,(ROW(Export!$C$2:$C$13))/((SUBTOTAL(2,OFFSET(Export!$A$1,ROW(Export!$A$1:$A$13),)))>0),ROWS($F$1:F1))),"")
    Attached Files Attached Files
    Last edited by Limor_OP; 12-29-2020 at 01:44 PM.

  10. #10
    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,053

    Re: Filter data on sheet1 and show visible filter data on sheet 2 in colmn A

    I could have SWORN that no-one had replied before I did....

  11. #11
    Registered User
    Join Date
    12-04-2020
    Location
    Bangkok
    MS-Off Ver
    365
    Posts
    61

    Re: Filter data on sheet1 and show visible filter data on sheet 2 in colmn A

    Or do you mean like this, in pricing tab.
    Attached Files Attached Files

  12. #12
    Forum Contributor
    Join Date
    05-08-2013
    Location
    FLORENCE, ALABAMA
    MS-Off Ver
    Excel 2010
    Posts
    116

    Re: Filter data on sheet1 and show visible filter data on sheet 2 in colmn A

    Thank you for the help. The formula is awsome.

+ 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. filter source data based on visible data selected from a table
    By bluly in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-31-2019, 04:44 PM
  2. [SOLVED] Filter 2 Dates and copy all visible data
    By mohan.r1980 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 03-15-2019, 05:47 AM
  3. Filter range and copy selected column visible data and paste other sheet
    By HaroonSid in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-19-2017, 11:37 AM
  4. Show Linked Table In Another Sheet, Filter Certain Data
    By larrytxeast in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-05-2016, 11:40 PM
  5. Replies: 1
    Last Post: 06-09-2016, 12:12 PM
  6. Replies: 1
    Last Post: 12-12-2014, 06:46 AM
  7. [SOLVED] Filter data on sheet1, create, and paste into new sheets based on cell value
    By minister in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-20-2013, 09:16 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