+ Reply to Thread
Results 1 to 4 of 4

[SOLVED] If Then help needed

  1. #1
    RGT
    Guest

    [SOLVED] If Then help needed

    I need a formula that basically works like this....

    If the total (currently =F14-F47) is less than zero show zero, else
    show the number.

    any suggestions??

    Russell

  2. #2
    Forum Contributor
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    Quote Originally Posted by RGT
    I need a formula that basically works like this....

    If the total (currently =F14-F47) is less than zero show zero, else
    show the number.

    any suggestions??

    Russell
    =if(F14-F47<0,0,F14-F47)

    should work for you.
    BenjieLop
    Houston, TX

  3. #3
    Don Guillett
    Guest

    Re: If Then help needed

    =if(f14-f47<0,0,f14-f47)

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "RGT" <[email protected]> wrote in message
    news:[email protected]...
    > I need a formula that basically works like this....
    >
    > If the total (currently =F14-F47) is less than zero show zero, else
    > show the number.
    >
    > any suggestions??
    >
    > Russell




  4. #4
    CLR
    Guest

    Re: If Then help needed

    One way...........

    =MAX(F14-F47,0)

    Vaya con Dios,
    Chuck, CABGx3


    "RGT" <[email protected]> wrote in message
    news:[email protected]...
    > I need a formula that basically works like this....
    >
    > If the total (currently =F14-F47) is less than zero show zero, else
    > show the number.
    >
    > any suggestions??
    >
    > Russell




+ 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