+ Reply to Thread
Results 1 to 13 of 13

Calling data to another sheet post filtering

  1. #1
    Registered User
    Join Date
    03-04-2016
    Location
    NH
    MS-Off Ver
    2011 Mac
    Posts
    8

    Calling data to another sheet post filtering

    Hopefully this question is in the right forum. I have a spreadsheet that I am using filtering to access the data I need. Once I have filtered the data, I want specific fields to be moved to another sheet. It works fine before I filter, then when I turn the filter on, no change. Is there a way to do this without a macro. I just want the data that I can see after the filter.

    Thanks,
    _Will

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Calling data to another sheet post filtering

    Need more details.

    Where is this data?

    Where do you want to put it?

    You can do this with formulas. However, if you have 1000's of rows and dozens of columns then formulas are not the way to do this.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Registered User
    Join Date
    03-04-2016
    Location
    NH
    MS-Off Ver
    2011 Mac
    Posts
    8

    Re: Calling data to another sheet post filtering

    Ok, it is a camp registration. I need Row B, C, and D from the MASTER sheet copied to row B, C, and D on the Sign in Sheet. Column AN through AV on the master are the weeks they are attending. I need to filter from the MASTER to Sign in based on what week they are attending in order to create a sign-in sheet for each week.

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,209

    Re: Calling data to another sheet post filtering

    How do you identify for which week the data is required. "Sign in" has a date June 20-24 but the "Master" only has week numbers. I would suggest you change the week numbers to dates (week beginning dates?)

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Calling data to another sheet post filtering

    Quote Originally Posted by moonshinewillie View Post
    Ok, it is a camp registration. I need Row B, C, and D from the MASTER sheet copied to row B, C, and D on the Sign in Sheet. Column AN through AV on the master are the weeks they are attending. I need to filter from the MASTER to Sign in based on what week they are attending in order to create a sign-in sheet for each week.


    There are no rows B, C or D. Did you mean columns B, C and D?

    It looks like you want to filter on column AN in the Master sheet and "copy" the data from columns B and C (first name, last name) to the Sign In sheet. Is that correct?

  6. #6
    Registered User
    Join Date
    03-04-2016
    Location
    NH
    MS-Off Ver
    2011 Mac
    Posts
    8

    Re: Calling data to another sheet post filtering

    Sorry, long day. I want to filter them by the week they are attending. There are nine potential weeks they can attend. The weeks are Column AN through AV, then I need their first name, last name, and birthday to populate the sign-in sheet.

    Thanks,
    _Will

  7. #7
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Calling data to another sheet post filtering

    You're only filtering by 1 week at a time, correct?

  8. #8
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Calling data to another sheet post filtering

    Quote Originally Posted by Tony Valko View Post
    You're only filtering by 1 week at a time, correct?
    Assuming that's the case...

    Enter the week number that you want to filter on in a cell, say A4.

    Sign In sheet cell A4 = Week 1

    You filter the Master sheet on Week 1 in cell AN1.

    On the Sign In sheet enter this array formula in B5:

    =IFERROR(INDEX(MASTER!B$2:B$10,MATCH(ROWS(B$5:B5),SUBTOTAL(3,OFFSET(INDEX(MASTER!$AN$2:$AV$10,1,MATCH($A$4,MASTER!$AN$1:$AV$1,0)),,,ROW(MASTER!$AN$2:$AV$10)-ROW(MASTER!$AN$2)+1)),0)),"")

    ** array formulas need to be entered using the key
    combination of CTRL,SHIFT,ENTER (not just ENTER).
    Hold down both the CTRL key and the SHIFT key
    then hit ENTER.

    Copy across to D5 then down to B40:D40

  9. #9
    Registered User
    Join Date
    03-04-2016
    Location
    NH
    MS-Off Ver
    2011 Mac
    Posts
    8

    Re: Calling data to another sheet post filtering

    Tony,
    I am only filtering one week at a time. Thank you for this. I have follwed your instructions, but am not getting anything. Any suggestions?

    _Will

  10. #10
    Registered User
    Join Date
    03-04-2016
    Location
    NH
    MS-Off Ver
    2011 Mac
    Posts
    8

    Re: Calling data to another sheet post filtering

    Anyone have any insights on this? We import data to the MASTER sheet from an online form. I want to be able to populate the form on sheet "Sign in" based on the week they are signed up: Master AN - AU. I can run a filter, but I cannot get the filtered data to populate the the other sheet. I cannot get the formula above to do anything.

    Thanks,
    _Will

  11. #11
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Calling data to another sheet post filtering

    Here's your sample file with the formulas implemented.
    Attached Files Attached Files

  12. #12
    Registered User
    Join Date
    03-04-2016
    Location
    NH
    MS-Off Ver
    2011 Mac
    Posts
    8

    Re: Calling data to another sheet post filtering

    Tony,
    Brilliant, thank you so much!!!

  13. #13
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Calling data to another sheet post filtering

    You're welcome. Thanks for the feedback!

+ 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] calling Data by type sheet name
    By azbi in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 10-30-2015, 04:37 AM
  2. Replies: 4
    Last Post: 05-01-2014, 09:36 AM
  3. [SOLVED] Calling data from another sheet with an if function or macro
    By superboy in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 11-04-2013, 01:52 AM
  4. Replies: 3
    Last Post: 03-11-2012, 12:28 AM
  5. Calling data from one sheet to another
    By mshort in forum Excel General
    Replies: 6
    Last Post: 02-16-2011, 04:45 AM
  6. Filtering data to another sheet
    By lsy in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 06-02-2005, 12:05 PM
  7. Filtering data to another sheet
    By lsy in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-02-2005, 09:05 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