+ Reply to Thread
Results 1 to 3 of 3

Replacing negative formual results with a zero.

  1. #1
    smittys1
    Guest

    Replacing negative formual results with a zero.

    I am doing simple addition and subtraction formulas that result feed into
    other formulas so I want to restrict the results to a zero if the initial
    formula results revert to zero if they are negative.

  2. #2
    Stefi
    Guest

    RE: Replacing negative formual results with a zero.

    =MAX(0,yourformula)

    Regards,
    Stefi



    „smittys1” ezt *rta:

    > I am doing simple addition and subtraction formulas that result feed into
    > other formulas so I want to restrict the results to a zero if the initial
    > formula results revert to zero if they are negative.


  3. #3
    Forum Contributor
    Join Date
    02-28-2006
    Posts
    690
    =if(A1-B1<0,0,A1-B1)

+ 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