+ Reply to Thread
Results 1 to 9 of 9

Producing a table from data on another sheet within a specific time frame

  1. #1
    Registered User
    Join Date
    07-24-2023
    Location
    Scotland
    MS-Off Ver
    365
    Posts
    8

    Producing a table from data on another sheet within a specific time frame

    Hi,

    I am looking to produce a table for the current weeks workload based on data from a different sheet. I am currently completing the table manually but wondering if there is a way to automate it?

    The information attached shows two sheets. Sheet one is the dashboard with the current weeks workload (manually inputted) and sheet2 shows the data that I use to compile the dashboard.

    Any help would be greatly appreciated
    Attached Files Attached Files

  2. #2
    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
    81,224

    Re: Producing a table from data on another sheet within a specific time frame

    What are you considering as 'this week'? Where is this defined in the 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.

  3. #3
    Registered User
    Join Date
    07-24-2023
    Location
    Scotland
    MS-Off Ver
    365
    Posts
    8

    Re: Producing a table from data on another sheet within a specific time frame

    This week would be defined as the current working week, Monday to Friday. This isn't defined within the workbook

  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
    81,224

    Re: Producing a table from data on another sheet within a specific time frame

    Ideally it will need to be - a start date would be fine.

  5. #5
    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
    81,224

    Re: Producing a table from data on another sheet within a specific time frame

    You could try this:

    =FILTER(Sheet2!A3:G9,(Sheet2!D3:D9>=TODAY()-(WEEKDAY(TODAY(),2)-1))*(Sheet2!F3:F9<=TODAY()-(WEEKDAY(TODAY(),2)-1)+5))
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    07-24-2023
    Location
    Scotland
    MS-Off Ver
    365
    Posts
    8

    Re: Producing a table from data on another sheet within a specific time frame

    I think I've found the answer by copying the table to the dashboard and filtering by "this week"

  7. #7
    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
    81,224

    Re: Producing a table from data on another sheet within a specific time frame

    You can do that, of course, but my formula above will automate it for you.

    You said you wanted ot to be automatic - copying, pasting and filtering isn't automatic!
    Last edited by AliGW; 08-18-2023 at 06:59 AM.

  8. #8
    Registered User
    Join Date
    07-24-2023
    Location
    Scotland
    MS-Off Ver
    365
    Posts
    8

    Re: Producing a table from data on another sheet within a specific time frame

    Thanks for the Help!

  9. #9
    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
    81,224

    Re: Producing a table from data on another sheet within a specific time frame

    Glad to have helped.

    If that takes care of your original question, please choose Thread Tools from the menu link above and mark this thread as SOLVED.

    Also, if you have not already done so, you may not be aware that you can thank anyone who offered you help towards a solution for your issue by clicking the small star icon (* Add Reputation) located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of all those who offered help.

+ 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. VBA to email notification after specific time-frame
    By TBoxman in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-21-2021, 10:55 AM
  2. [SOLVED] Sum between dates for a specific column and specific time frame
    By excel_tmd in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-25-2019, 03:10 PM
  3. [SOLVED] VBA: Pull data based on time frame from Raw data or pivot table to dashboard sheet column
    By Sharonjit in forum Excel Programming / VBA / Macros
    Replies: 55
    Last Post: 12-20-2018, 10:00 AM
  4. Redirection of data from a sheet towards another one in a specific frame
    By Max_F in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-06-2014, 05:17 AM
  5. [SOLVED] time line adding a specific time frame in each additional cell
    By RobertM01 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 06-23-2014, 10:22 AM
  6. Sum number of calls within a specific time frame
    By t83357 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-10-2013, 11:38 PM
  7. Excel 2007 : Adds values for a specific time frame
    By Raist23 in forum Excel General
    Replies: 3
    Last Post: 03-15-2012, 05:43 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