+ Reply to Thread
Results 1 to 3 of 3

[SOLVED] Exel formula

  1. #1
    Farnorth
    Guest

    [SOLVED] Exel formula

    I need a formula to enter into a cell, that tells it if the value of the cell
    is < 0 it must show it as 0, and if the value is 0 or >0 it must show it as
    the original value.
    I.e. if it's a negative value - display 0
    if its a positive value - display the true value
    Tanja

  2. #2
    Niek Otten
    Guest

    Re: Exel formula

    Hi Tanja,

    =MAX(YourOriginalFormula,0)

    --
    Kind regards,

    Niek Otten
    Microsoft MVP - Excel

    "Farnorth" <[email protected]> wrote in message news:[email protected]...
    |I need a formula to enter into a cell, that tells it if the value of the cell
    | is < 0 it must show it as 0, and if the value is 0 or >0 it must show it as
    | the original value.
    | I.e. if it's a negative value - display 0
    | if its a positive value - display the true value
    | Tanja



  3. #3
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,486
    =if(c16<0,0,c16)

+ 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