+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    WDS2000
    Guest

    Min/Max formulas using cells with date format

    Using a min or max formula for a range of cells that have a date format. For
    example, while in F4, i create the following formula =MIN(F5:F9). If all of
    the cells in the range are null, the result is 00-Jan-1900. This date
    appears to be the cell default value if nothing is entered.

    Is it possible to exclude null cells in the formula?

    Thanks
    Will

  2. #2
    JE McGimpsey
    Guest

    Re: Min/Max formulas using cells with date format

    One way:

    =IF(COUNT(F5:F9)=0,"",MIN(F5:F9))

    In article <05C2DDE1-83D2-492F-AB6E-ED2BE1B62BDD@microsoft.com>,
    "WDS2000" <WDS2000@discussions.microsoft.com> wrote:

    > Using a min or max formula for a range of cells that have a date format. For
    > example, while in F4, i create the following formula =MIN(F5:F9). If all of
    > the cells in the range are null, the result is 00-Jan-1900. This date
    > appears to be the cell default value if nothing is entered.
    >
    > Is it possible to exclude null cells in the formula?
    >
    > Thanks
    > Will


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