+ Reply to Thread
Results 1 to 3 of 3

Continuous date chart

  1. #1
    Registered User
    Join Date
    03-18-2021
    Location
    Prague
    MS-Off Ver
    Excel for Mac
    Posts
    2

    Continuous date chart

    Hi guys, I'm really struggling.

    I have a table of aircraft parking entries, where each aircraft is on separate row. To each aircraft is assigned a date, when parking began and another date, when parking ended. See image. Screenshot 2021-03-18 at 14.36.42.png

    What I'm trying to do, is to generate a 2D line chart, where x axis is time from March 2020 to March 2021 and y axis is number of entries (number of a/c parked at given date).
    Any ideas?

    Thank you very much

  2. #2
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    5,944

    Re: Continuous date chart

    Create your list of dates as a column - for example, enter the starting date in D2 (Assumes your table is in A:C)

    1/3/20

    And use this formula in D3, copied down:

    =D2+1

    Then, in E2, use the formula

    =COUNTIFS(B:B,"<=" & D2, C:C, ">=" & D2)

    And copy that down to match your list in D.
    Bernie Deitrick
    Excel MVP 2000-2010

  3. #3
    Registered User
    Join Date
    03-18-2021
    Location
    Prague
    MS-Off Ver
    Excel for Mac
    Posts
    2

    Re: Continuous date chart

    You are amazing. Thank you, sir.

+ 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. How to create a bar chart Y axis continuous? instead of discrete.
    By ubludkisranye in forum Excel Charting & Pivots
    Replies: 12
    Last Post: 02-04-2021, 05:33 PM
  2. Replies: 0
    Last Post: 02-04-2021, 02:43 AM
  3. continuous line chart
    By ashbay in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 03-16-2020, 05:38 PM
  4. Dynamic Chart with Non Continuous data
    By Swati_04 in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 02-27-2015, 05:55 AM
  5. [SOLVED] non-continuous line chart
    By Old Michael in forum Excel General
    Replies: 5
    Last Post: 05-01-2012, 04:28 PM
  6. XY Scatter Chart non-continuous date ranges
    By dafydd_brown in forum Excel General
    Replies: 5
    Last Post: 05-14-2010, 04:17 AM
  7. [SOLVED] 3D Chart with Continuous Data in all three Axes
    By Barb Reinhardt in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 01-10-2005, 04:06 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