+ Reply to Thread
Results 1 to 6 of 6

Extract each mondays data to separate worksheet

  1. #1
    Registered User
    Join Date
    01-31-2012
    Location
    Australia
    MS-Off Ver
    OFFICE 365
    Posts
    34

    Extract each mondays data to separate worksheet

    Hi,

    I am seeking to extract only each Monday's data from one worksheet to another worksheet and hoping someone is able to put me on the right track.
    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: Extract each mondays data to separate worksheet

    Hi,
    Please try this in B5 and drag to the right:

    =IFERROR(INDEX(Daily!$B$5:$AQ$10,MATCH(Weekly!$A$5,Daily!$A$5:$A$10,0),MATCH(Weekly!B$3,Daily!$B$3:$AQ$3,0)),"")
    Attached Files Attached Files

  3. #3
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,080

    Re: Extract each mondays data to separate worksheet

    How about in B5 dragged down & across
    =INDEX(Daily!$B$5:$AQ$10,MATCH($A5,Daily!$A$5:$A$10,0),MATCH(B$3,Daily!$B$3:$AQ$3,0))

  4. #4
    Registered User
    Join Date
    01-31-2012
    Location
    Australia
    MS-Off Ver
    OFFICE 365
    Posts
    34

    Re: Extract each mondays data to separate worksheet

    Thanks, belinda200, a great solution that showed I was well and truly on the wrong track. Thank You

  5. #5
    Registered User
    Join Date
    01-31-2012
    Location
    Australia
    MS-Off Ver
    OFFICE 365
    Posts
    34

    Re: Extract each mondays data to separate worksheet

    Thanks, Fluff13, another great solution that works wonders. As I said to Belinda200 , I was well and truly on the wrong track and need to upgrade my skills. Thanks again

  6. #6
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,080

    Re: Extract each mondays data to separate worksheet

    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. Replies: 3
    Last Post: 03-12-2020, 12:44 AM
  2. Extract Mondays from Imported Access data
    By ECEUK in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-25-2015, 05:51 AM
  3. Need to extract data from multiple worksheets and place in a separate worksheet
    By chuck_p in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 12-03-2014, 01:56 PM
  4. Saving excel worksheet extract as separate outlook draft
    By naveenrv in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-27-2013, 05:34 PM
  5. Replies: 11
    Last Post: 12-04-2012, 02:56 AM
  6. Extract existing IDs of entries repeated in a worksheet in a separate column
    By harsh2209 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 06-07-2011, 07:56 AM
  7. Replies: 4
    Last Post: 11-22-2010, 12:57 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