+ Reply to Thread
Results 1 to 4 of 4

Negative number returned as zero

  1. #1
    Registered User
    Join Date
    08-17-2005
    Posts
    27

    Negative number returned as zero

    I have a formula, such as the one below that will return a negative number until another worksheet is updated.I'd like for this to return a zero until it becomes a positive number.Can someone help?

    ='H:\Morning Reports 2005\Nov\[11-14-05.xls]Production'!$N$52

  2. #2
    Bob Phillips
    Guest

    Re: Negative number returned as zero

    Do you mean

    =IF('H:\Morning Reports
    2005\Nov\[11-14-05.xls]Production'!$N$52>0,'H:\Morning Reports
    2005\Nov\[11-14-05.xls]Production'!$N$52,0)



    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "singlgl1" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have a formula, such as the one below that will return a negative
    > number until another worksheet is updated.I'd like for this to return a
    > zero until it becomes a positive number.Can someone help?
    >
    > ='H:\Morning Reports 2005\Nov\[11-14-05.xls]Production'!$N$52
    >
    >
    > --
    > singlgl1
    > ------------------------------------------------------------------------
    > singlgl1's Profile:

    http://www.excelforum.com/member.php...o&userid=26389
    > View this thread: http://www.excelforum.com/showthread...hreadid=484716
    >




  3. #3
    L. Howard Kittle
    Guest

    Re: Negative number returned as zero

    I read it as the current formula will return less than 0 until an update, so
    until then return a 0.

    =if('H:\Morning Reports
    2005\Nov\[11-14-05.xls]Production'!$N$52)<0,0.'H:\Morning Reports
    2005\Nov\[11-14-05.xls]Production'!$N$52

    HTH
    Regards,
    Howard

    "singlgl1" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have a formula, such as the one below that will return a negative
    > number until another worksheet is updated.I'd like for this to return a
    > zero until it becomes a positive number.Can someone help?
    >
    > ='H:\Morning Reports 2005\Nov\[11-14-05.xls]Production'!$N$52
    >
    >
    > --
    > singlgl1
    > ------------------------------------------------------------------------
    > singlgl1's Profile:
    > http://www.excelforum.com/member.php...o&userid=26389
    > View this thread: http://www.excelforum.com/showthread...hreadid=484716
    >




  4. #4
    Registered User
    Join Date
    08-17-2005
    Posts
    27
    Thanks for pointing me in the right direction

+ Reply to 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