+ Reply to Thread
Results 1 to 5 of 5

How do I get the most current date from a list of dates?

  1. #1
    GenaM
    Guest

    How do I get the most current date from a list of dates?

    Our students have to make up any class time they miss. I am working on a form
    to keep up with how much time they have made up for each absence. I will have
    a list of dates, at the bottom of my form I need it to pull the most current
    date from the list of dates. Example:
    7/1/06
    7/2/06
    7/5/06

    7/5/06 (the most current date)
    Is this possible?

  2. #2
    Bondi
    Guest

    Re: How do I get the most current date from a list of dates?


    GenaM wrote:
    > Our students have to make up any class time they miss. I am working on a form
    > to keep up with how much time they have made up for each absence. I will have
    > a list of dates, at the bottom of my form I need it to pull the most current
    > date from the list of dates. Example:
    > 7/1/06
    > 7/2/06
    > 7/5/06
    >
    > 7/5/06 (the most current date)
    > Is this possible?


    Hi GenaM,

    Maybe on solution would be (if your list of dates is in A1:A10) to use

    =MAX(A1:A10)

    Regards,
    Bondi


  3. #3
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064
    =MAX(A1:A1000)

    Could try that.
    If you insert a new date within the range ie between rows 1 and 1000 the function should adjust accordingly

  4. #4
    GenaM
    Guest

    Re: How do I get the most current date from a list of dates?

    Worked like a charm!! Thank you SO much!!
    Gena

    "Bondi" wrote:

    >
    > GenaM wrote:
    > > Our students have to make up any class time they miss. I am working on a form
    > > to keep up with how much time they have made up for each absence. I will have
    > > a list of dates, at the bottom of my form I need it to pull the most current
    > > date from the list of dates. Example:
    > > 7/1/06
    > > 7/2/06
    > > 7/5/06
    > >
    > > 7/5/06 (the most current date)
    > > Is this possible?

    >
    > Hi GenaM,
    >
    > Maybe on solution would be (if your list of dates is in A1:A10) to use
    >
    > =MAX(A1:A10)
    >
    > Regards,
    > Bondi
    >
    >


  5. #5
    GenaM
    Guest

    Re: How do I get the most current date from a list of dates?

    Worked like a charm!! Thank you SO much!!
    Gena

    "Bondi" wrote:

    >
    > GenaM wrote:
    > > Our students have to make up any class time they miss. I am working on a form
    > > to keep up with how much time they have made up for each absence. I will have
    > > a list of dates, at the bottom of my form I need it to pull the most current
    > > date from the list of dates. Example:
    > > 7/1/06
    > > 7/2/06
    > > 7/5/06
    > >
    > > 7/5/06 (the most current date)
    > > Is this possible?

    >
    > Hi GenaM,
    >
    > Maybe on solution would be (if your list of dates is in A1:A10) to use
    >
    > =MAX(A1:A10)
    >
    > Regards,
    > Bondi
    >
    >


+ 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