+ Reply to Thread
Results 1 to 5 of 5

Extract specific data from a table

  1. #1
    Registered User
    Join Date
    11-16-2012
    Location
    Brussels
    MS-Off Ver
    Excel 2010
    Posts
    28

    Extract specific data from a table

    Dear forum,

    I have a table filled with assembled data per day. I would like to find the most efficient way to copy the weekends data in a seperate table to prepare a graph focusing on WE only.

    Please mind that as the days pass by, the changes automatically apply in the table... I added the table.
    I would really appreciate your help since I've been stuck on this assignment for some days.
    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,939

    Re: Extract specific data from a table

    this formula will identify the weekends for you...
    =IF(WEEKDAY(C3,2)<6,"",1)

    a suggestion however, would be to flip your table so that the dates go downwards rather than across the top. My reason for suggesting this is that your table is going to grow over time, and it will make things a lot easier if it grows downwards rather than sideways.

    if you transpose the table as suggested, and then copy that formula down, you can filter on "1" which will give you just the w/e's...the graph will only show weekends, so no need for another table
    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
    Registered User
    Join Date
    11-16-2012
    Location
    Brussels
    MS-Off Ver
    Excel 2010
    Posts
    28

    Re: Extract specific data from a table

    Thank you FDibbins! You're advice is really appreciated.

  4. #4
    Forum Contributor
    Join Date
    11-11-2012
    Location
    Muscat, Oman
    MS-Off Ver
    Office 365
    Posts
    521

    Re: Extract specific data from a table

    Hello Kristof, Please check if you find attached worksheet useful. Do let me know if you want to know how to go forward with updating this table. Thanks/VKS
    Attached Files Attached Files
    Last edited by VKS; 12-08-2012 at 11:06 AM.

  5. #5
    Registered User
    Join Date
    11-16-2012
    Location
    Brussels
    MS-Off Ver
    Excel 2010
    Posts
    28

    Re: Extract specific data from a table

    Well, in response to your spreadsheet, I would like to present my document again with some more info.
    As you can see there is a graph in place that shows the evolution of all data over the past 30 days. The graph is constantly moving.
    I'd need a similar graph which only shows the weekend data. The idea is to analyse their evolution.

    What would you suggest?

    thanks in advance!
    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)

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