Closed Thread
Results 1 to 3 of 3

Do not show negative numbers

  1. #1
    roy.okinawa
    Guest

    Do not show negative numbers

    I have this formula in cell S: =DAYS360(O235,R235).

    When O has a date and R does not it is giving me -38138. I do not want a
    negative number to appear, as this throws off the average days formula I have
    elsewhere. It may be a couple days before a date is added to R.

    What do I need to do?





  2. #2
    CLR
    Guest

    Re: Do not show negative numbers

    Maybe....

    =IF(COUNT(O235,R235)=2,DAYS360(O235,R235),"")

    Vaya con Dios,
    Chuck, CABGx3


    "roy.okinawa" <[email protected]> wrote in message
    news:[email protected]...
    > I have this formula in cell S: =DAYS360(O235,R235).
    >
    > When O has a date and R does not it is giving me -38138. I do not want a
    > negative number to appear, as this throws off the average days formula I

    have
    > elsewhere. It may be a couple days before a date is added to R.
    >
    > What do I need to do?
    >
    >
    >
    >




  3. #3
    roy.okinawa
    Guest

    Re: Do not show negative numbers

    That did it.

    Thanks.

    "CLR" wrote:

    > Maybe....
    >
    > =IF(COUNT(O235,R235)=2,DAYS360(O235,R235),"")
    >
    > Vaya con Dios,
    > Chuck, CABGx3
    >
    >
    > "roy.okinawa" <[email protected]> wrote in message
    > news:[email protected]...
    > > I have this formula in cell S: =DAYS360(O235,R235).
    > >
    > > When O has a date and R does not it is giving me -38138. I do not want a
    > > negative number to appear, as this throws off the average days formula I

    > have
    > > elsewhere. It may be a couple days before a date is added to R.
    > >
    > > What do I need to do?
    > >
    > >
    > >
    > >

    >
    >
    >


Closed 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.6.0 RC 1