+ Reply to Thread
Results 1 to 4 of 4

timeline slicer for start and end date Excel

  1. #1
    Registered User
    Join Date
    01-31-2020
    Location
    Virginia
    MS-Off Ver
    Office 365
    Posts
    6

    timeline slicer for start and end date Excel

    Thank you in advance for your time and help. I am building an excel spreadsheet to track my utilization. So I am showing my % of time utilized for each task that fits into 4 categories and then projecting those categories on a bar chart, I am also tracking the start and end dates for each task. I want to make this able to have a timeline slicer so I can forecast my utilization for the quarter(s) ahead. The problem is when I use the start and end date as slicers they are not dynamic to realize that if something starts in Q1 and ends in Q3 that it should also be shown in Q2 etc. I am looking for some help because it seems like this should be something that is easy but I am lost. I am very familiar with VBA however, I would like to have this sheet without VBA use. Right now all of my data is in a table that feeds a pivot table for the pivot chart that displays my utilization. Attached is a picture of my table.

    table.png

  2. #2
    Forum Contributor
    Join Date
    11-20-2007
    Location
    Felixstowe, England
    MS-Off Ver
    Excel 2013, 2019
    Posts
    217

    Re: timeline slicer for start and end date Excel

    Your requirement is not suitable for slicers. You need to create a formula to calculate utilisation on a particular date, and then feed that into a Data Table, and have the results build over the quarters ahead. Do you see what I mean?

  3. #3
    Registered User
    Join Date
    01-31-2020
    Location
    Virginia
    MS-Off Ver
    Office 365
    Posts
    6

    Re: timeline slicer for start and end date Excel

    I am not sure what you mean do you have or know of an example that would help clarify?

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,540

    Re: timeline slicer for start and end date Excel

    The closest thing that I can think of to what you are asking is:
    1. Add four columns, one per quarter, populated using: =OR(AND($B3>=E$1,$B3<EDATE(E$1,3)),AND($C3>=E$1,$C3<=EDATE(E$1,3)),AND($B3<=E$1,$C3>=EDATE(E$1,3)))
    2. Add data validation (list) to a cell (L1)
    3. Populate the categories and percentages using: =IFERROR(INDEX(A$3:A$8,AGGREGATE(15,6,(ROW(A$3:A$8)-ROW(A$2))/($E$2:$H$2=$L$1)/($E$3:$H$8=TRUE),ROWS(K$3:K3))),"")
    For more specific help please utilize the information in the banner at the top of the page to upload the Excel file from which the screenshot in post #1 is taken.
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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 Capture when a date range is changed in Timeline slicer and update charts
    By KurtCara in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-14-2022, 09:44 AM
  2. TIMELINE Slicer
    By fnabeth in forum Excel General
    Replies: 0
    Last Post: 08-23-2021, 10:43 AM
  3. Timeline Slicer Not Working with Blanks from Date Formula
    By dkramer_AZ in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 01-10-2020, 04:32 PM
  4. Excel Timeline Slicer not working in formula for days
    By TheCman81 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-11-2019, 02:34 PM
  5. Timeline - Calculate end date/time with shift/lunch start and end
    By m_west510 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 06-21-2018, 09:05 PM
  6. Timeline and Slicer Help
    By PFDave in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-16-2016, 06:44 AM
  7. Pulling the start and end date from a pivot table slicer
    By rwiper11 in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 05-27-2015, 08:51 AM

Tags for this Thread

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