+ Reply to Thread
Results 1 to 3 of 3

MIN/IF Formula returning a default date, i want to change that

  1. #1
    Registered User
    Join Date
    01-15-2015
    Location
    California
    MS-Off Ver
    2010
    Posts
    96

    MIN/IF Formula returning a default date, i want to change that

    See attached.

    Cells A4 thru A35 are part of a recap for a much larger data set. Cells A38 thru A342 is an example of the data. Currently, in the data range, if there is nothing to report, our reps will either leave it blank or put "No report". But the recap at the top defaults to a 01/00/00 date. I would like the formula to return "Nothing Reported" when this scenario occurs.

    Thank you for your help
    Attached Files Attached Files

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: MIN/IF Formula returning a default date, i want to change that

    Try this:

    =IFERROR(1/(1/formula),"Nothing Reported") Ctrl Shift Enter

    That is:

    =IFERROR(1/(1/MIN(IF($B$39:$B$9865=$B5,$A$39:$A$9865))),"Nothing Reported") Ctrl Shift Enter
    Last edited by 63falcondude; 05-30-2017 at 11:47 AM.

  3. #3
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,244

    Re: MIN/IF Formula returning a default date, i want to change that

    Hi Alphabex,

    Try this using a CSE and pull down..

    Please Login or Register  to view this content.
    or
    Please Login or Register  to view this content.
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

+ 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. How to change the default setting for DATE function
    By Mona1 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-13-2014, 04:14 PM
  2. [SOLVED] DTPicker default value change to current date
    By Lalie in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 11-11-2013, 06:43 AM
  3. Replies: 10
    Last Post: 08-01-2013, 11:40 AM
  4. change default date formula
    By maggiet in forum Excel General
    Replies: 6
    Last Post: 02-06-2009, 05:23 AM
  5. [SOLVED] how do i change the default date to 2006?
    By Alex in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-26-2006, 06:55 PM
  6. RE: how do i change the default date to 2006?
    By Toppers in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-26-2006, 06:45 PM
  7. Replies: 1
    Last Post: 09-26-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