+ Reply to Thread
Results 1 to 19 of 19

Show a list of dates from given date

  1. #1
    Registered User
    Join Date
    04-11-2015
    Location
    Milton Keynes, England
    MS-Off Ver
    13
    Posts
    9

    Show a list of dates from given date

    Resolved, thanks guys.
    Hi all
    I wondered if you would be so kind.
    I have a list of various dates in column C in date order.
    How would I show the list starting in B1 that is after the date entered in A1
    Regards
    John
    Last edited by jm23bg; 04-13-2015 at 01:50 AM. Reason: Resolved

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Show a list of dates from given date

    In B1 Cell

    =IFERROR(SMALL(C:C,COUNTIF(C:C,"<="&A1)),"")


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Registered User
    Join Date
    04-11-2015
    Location
    Milton Keynes, England
    MS-Off Ver
    13
    Posts
    9

    Re: Show a list of dates from given date

    Hi
    Many thanks, but that does not work for me.
    Please see attached sheet.
    I am looking for the full list after the date in A1 shown in B1 and below.
    Hope this helps.
    Regards
    John
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    09-09-2013
    Location
    Iran
    MS-Off Ver
    Excel 2010
    Posts
    56

    Re: Show a list of dates from given date

    Hi
    Maybe you can use this
    Last edited by rahi_feri; 04-11-2015 at 04:38 AM.

  5. #5
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,373

    Re: Show a list of dates from given date

    I see the file and need for clarify, what the logic? and the results?

  6. #6
    Registered User
    Join Date
    04-11-2015
    Location
    Milton Keynes, England
    MS-Off Ver
    13
    Posts
    9

    Re: Show a list of dates from given date

    Many thanks again, but that is showing dates A1 and before, while I am looking for dates A1 and after.
    Regards
    John

  7. #7
    Registered User
    Join Date
    04-11-2015
    Location
    Milton Keynes, England
    MS-Off Ver
    13
    Posts
    9

    Re: Show a list of dates from given date

    Hope the last post helps AZUMI

  8. #8
    Registered User
    Join Date
    04-11-2015
    Location
    Milton Keynes, England
    MS-Off Ver
    13
    Posts
    9

    Re: Show a list of dates from given date

    Rahi's file has disappeared.

  9. #9
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,373

    Re: Show a list of dates from given date

    If you looking for earliest and latest date, just use

    =MIN(C2:C15)

    =MAX(C2:C15)

    if not tell me the expected result

  10. #10
    Registered User
    Join Date
    04-11-2015
    Location
    Milton Keynes, England
    MS-Off Ver
    13
    Posts
    9

    Re: Show a list of dates from given date

    Hi
    Thanks, but I would like to the view in B the full list that is later than the date that will be entered in A1.
    Regards
    John

  11. #11
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,373

    Re: Show a list of dates from given date

    I think I have the idea what exactly what you after, pls see the file attach,
    using array formula (means when ENTERING the formula you must press CTRL+SHIFT+ENTER button all together,
    not ENTER alone, and then you can copied down as necessary).
    Attached Files Attached Files

  12. #12
    Registered User
    Join Date
    04-11-2015
    Location
    Milton Keynes, England
    MS-Off Ver
    13
    Posts
    9

    Re: Show a list of dates from given date

    Hi
    Nearly there
    As A1 date is in the list C, I would like to include that as the first date in B
    TIA
    John

  13. #13
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Show a list of dates from given date

    This will copy the date in A1 and all the dates in column C that follow that date. Enter in B1 and fill down:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    If you want column B to start with the date after the date in A1. Enter the following in B1 and fill down:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Last edited by newdoverman; 04-12-2015 at 12:05 PM.
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  14. #14
    Registered User
    Join Date
    04-11-2015
    Location
    Milton Keynes, England
    MS-Off Ver
    13
    Posts
    9

    Re: Show a list of dates from given date

    Hello Newdoverman
    Your first option works well, however if the date in A1 is not an actual date in Col C and it may not necessarily be, it results in error, can this possibly be rectified?

    Regards
    John

  15. #15
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Show a list of dates from given date

    Formula: copy to clipboard
    Please Login or Register  to view this content.

  16. #16
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,373

    Re: Show a list of dates from given date

    Done and fix it and hope works
    Attached Files Attached Files

  17. #17
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Show a list of dates from given date

    A slightly different formula that will return values Greater Than or Equal to A1.

    Enter with Ctrl + Shift + Enter

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    A
    B
    C
    1
    06/03/2014
    06/03/2014
    2
    06/03/2014
    01/03/2014
    3
    07/03/2014
    02/03/2014
    4
    08/03/2014
    03/03/2014
    5
    08/03/2014
    04/03/2014
    6
    08/03/2014
    06/03/2014
    7
    15/03/2015
    06/03/2014
    8
    17/03/2014
    07/03/2014
    9
    23/03/2014
    08/03/2014
    10
    28/03/2014
    08/03/2014
    11
    08/03/2014
    12
    15/03/2015
    13
    17/03/2014
    14
    23/03/2014
    15
    28/03/2014
    Last edited by newdoverman; 04-12-2015 at 07:18 PM.

  18. #18
    Registered User
    Join Date
    04-11-2015
    Location
    Milton Keynes, England
    MS-Off Ver
    13
    Posts
    9

    Re: Show a list of dates from given date

    Hi
    Very many thanks to all, sorted.
    Regards
    John

  19. #19
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Show a list of dates from given date

    B
    2
    =IFERROR(SMALL(C:C,COUNTIF(C:C,"<="&MAX($A$1,AGGREGATE(4,6,$B$1:B1)))+IF(ROWS($1:1)-1,1,0)),"")


    Drag the above formula down...

    A
    B
    C
    1
    6-Mar-14
    2
    6-Mar-14
    1-Mar-14
    3
    7-Mar-14
    2-Mar-14
    4
    8-Mar-14
    3-Mar-14
    5
    17-Mar-14
    4-Mar-14
    6
    23-Mar-14
    6-Mar-14
    7
    15-Mar-15
    6-Mar-14
    8
    28-Mar-20
    7-Mar-14
    9
    8-Mar-14
    10
    8-Mar-14
    11
    8-Mar-14
    12
    15-Mar-15
    13
    17-Mar-14
    14
    23-Mar-14
    15
    28-Mar-20
    16
    17
    18
    19
    20
    21

+ 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. Macro to show date range from 'custom' column (Quarter 1) from list of dates
    By danlRB80 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-02-2013, 09:16 AM
  2. Formula to show the day of the week from a list of dates?
    By Nate Westcott in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-28-2012, 03:33 PM
  3. Show Saturday Dates when Month selected from DV list
    By scottylad2 in forum Excel General
    Replies: 6
    Last Post: 12-01-2010, 04:35 PM
  4. [SOLVED] How do I show dates older than present date?
    By Sissyfirst in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 AM
  5. [SOLVED] expanding a start date and end date to show all the dates in a list
    By musicman in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-20-2005, 04:05 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