+ Reply to Thread
Results 1 to 4 of 4

display total above certain number and display

  1. #1
    MGD
    Guest

    display total above certain number and display

    What I need to do is the following:
    if the total of formula A is greater than 44 then display the amount above 44
    if not then display 0

    Thank you for your assistance

  2. #2
    Ardus Petus
    Guest

    Re: display total above certain number and display

    =IF(A1>44,A1,0)

    HTH
    --
    AP

    "MGD" <[email protected]> a écrit dans le message de
    news:[email protected]...
    > What I need to do is the following:
    > if the total of formula A is greater than 44 then display the amount above

    44
    > if not then display 0
    >
    > Thank you for your assistance




  3. #3
    Bob Phillips
    Guest

    Re: display total above certain number and display

    =MAX(0,44-A1)

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "MGD" <[email protected]> wrote in message
    news:[email protected]...
    > What I need to do is the following:
    > if the total of formula A is greater than 44 then display the amount above

    44
    > if not then display 0
    >
    > Thank you for your assistance




  4. #4
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451
    I think you meant:

    =MAX(0,A1-44)

+ 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