+ Reply to Thread
Results 1 to 3 of 3

Thread: Incorporating IF Function into DAYS360 Function

  1. #1
    Registered User
    Join Date
    01-26-2012
    Location
    Houston,TX
    MS-Off Ver
    Excel 2007
    Posts
    2

    Incorporating IF Function into DAYS360 Function



    Working on a spreadsheet, I have used the following Formula to locate the days between NOW and a past date: =DAYS360(End Date,NOW()).

    Example (1)

    A1 A2
    1/19/2012 7<--- Result after using Formula =DAYS360(A1,NOW())
    Past Date Result



    Some of my cells do not have a "past date" and the cell is blank. So when the above referenced formula is entered it returns a value of: 40346

    Example (2)

    B1 B2
    BLANK 40346<--- Result after using Formula =DAYS360(B2,NOW())
    No past
    Date Avail

    I am trying to locate a formula that will display a false, NONE, or 0 instead of 40346.
    So in turn, I would like my informatio to be clean like below.


    A1 A2
    1/19/2012 7
    B1 B2
    <Blank> NONE or 0

    HELP?! Please....

  2. #2
    Registered User
    Join Date
    01-26-2012
    Location
    California
    MS-Off Ver
    Excel 2007
    Posts
    15

    Re: Incorporating IF Function into DAYS360 Function

    You could try using =IF([cell number] <1,NO)
    this would display no within the cell if there is no value matching.

  3. #3
    Registered User
    Join Date
    01-26-2012
    Location
    Houston,TX
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Incorporating IF Function into DAYS360 Function

    using (absents) suggedtion, it now says #NAME? as the result. Here is my NEW formula =DAYS360(NOW(),[Cell number])=IF([Cellnumber] <1,no)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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