+ Reply to Thread
Results 1 to 3 of 3

Thread: Help with Min and Max for Dates

  1. #1
    Registered User
    Join Date
    07-15-2008
    Location
    North Carolina
    Posts
    2

    Question Help with Min and Max for Dates

    I have a list of projects that have schedule date associated with them. I want to find the earliest start date and the latest end date so I can populate a start and end date schedule. I've tried the Min and Max but I can't get it to show the overall. Here is the formula I'm using:

    E is the column of project numbers
    E2 is a specific project number
    H is the column of start dates

    =IF(E:E=E2,(MIN(H:H)),"N")

    What am I missing? Thanks.

  2. #2
    Forum Guru NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    32,636
    Perhaps...

    =MIN(IF(E1:E100=E2,H1:H100))

    adjust ranges to suit (you can't use whole column references like E:E if you are not in Excel 2007)...

    Then you must confirm the formula with CTRL+SHIFT+ENTER not just ENTER.. you will see { } brackets appear.
    Microsoft MVP - Excel

    Where there is a will there are many ways. Pick One!


    Please read the Forum Rules

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

    Preferred Charities: Lupus Canada and Sick Kids Foundation.
    Feel Free to Donate if you want to, for the assistance you received today.

  3. #3
    Registered User
    Join Date
    07-15-2008
    Location
    North Carolina
    Posts
    2

    Worked

    Thank yo so much. Works like I needed

+ 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.2.0