+ Reply to Thread
Results 1 to 2 of 2

Return the Earlist Date

  1. #1
    Registered User
    Join Date
    06-30-2008
    Location
    Georgia
    MS-Off Ver
    2013
    Posts
    72

    Return the Earlist Date

    (see attachment) Ok, what in the EARLIEST DATE field I have the formula MIN(B14:R14). The problem as you can see is that when all the cells in that range have a "-" symbol in there, it reports back as 1/0/1900. I have the EARLIEST DATE column formated to show a date because otherwise it reports a number. How can I get this column to show the "-" symbol is there is no dates in the range or if there are dates, to show the earliest (MIN) one?

    Thanks for the help.
    Attached Images Attached Images

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Maybe?

    =IF(Count(B14:R14)>0,MIN(B14:R14),"-")
    Where there is a will there are many ways.

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

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

+ 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. Formula return following Wednesday or Friday date.
    By mikeburg in forum Excel General
    Replies: 11
    Last Post: 06-30-2010, 02:04 PM
  2. Formula to return a date "range"
    By [email protected] in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-30-2008, 02:30 PM
  3. IF A date between x&y dates return date B
    By Mishka1 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-18-2007, 07:35 AM
  4. looping issues
    By Marcus Gee in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 10-09-2007, 11:42 PM
  5. Replies: 2
    Last Post: 02-24-2007, 10:43 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