Closed Thread
Results 1 to 3 of 3

Need an If:Then statement help

  1. #1
    RGT
    Guest

    Need an If:Then statement help

    I need to create some kind of If:Then statement in an excell page.

    Basically, it needs to be that if the value is less than zero it shows
    zero, else show the value.

    any suggestions??

    Russell

  2. #2
    Valued Forum Contributor
    Join Date
    07-11-2004
    Posts
    851
    =if(expression<0,0,expression)

    or

    max(expression,0)
    not a professional, just trying to assist.....

  3. #3
    CLR
    Guest

    Re: Need an If:Then statement help

    Assuming your value of interest is in cell A1, put this formula where you
    wish the result.........

    =MAX(0,A1)

    Vaya con Dios
    Chuck, CABGx3


    "RGT" <[email protected]> wrote in message
    news:[email protected]...
    > I need to create some kind of If:Then statement in an excell page.
    >
    > Basically, it needs to be that if the value is less than zero it shows
    > zero, else show the value.
    >
    > any suggestions??
    >
    > Russell




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