+ Reply to Thread
Results 1 to 3 of 3

I need assistance with wrting an Excel formula

  1. #1
    mdavis
    Guest

    I need assistance with wrting an Excel formula

    I am attempting to write a formula that will calculate the variance between
    the sum of a cell and the number 40, but only if the sum of that cell is
    greater than the number 40? I have tried several functions; i.e.: IF, SUMIF,
    Etc., but I am unable to crack it. Can you help?

    Much appreciated,

    M

  2. #2
    JulieD
    Guest

    Re: I need assistance with wrting an Excel formula

    Hi

    not sure what you mean by "the sum of a cell" but is this what you're after

    =IF(A1>40,A1-40,0)

    if not, please post back with additional details (ie what cell(s) you're
    talking about, what is actually in those cells).
    Cheers
    JulieD

    "mdavis" <[email protected]> wrote in message
    news:[email protected]...
    >I am attempting to write a formula that will calculate the variance between
    > the sum of a cell and the number 40, but only if the sum of that cell is
    > greater than the number 40? I have tried several functions; i.e.: IF,
    > SUMIF,
    > Etc., but I am unable to crack it. Can you help?
    >
    > Much appreciated,
    >
    > M




  3. #3
    Arvi Laanemets
    Guest

    Re: I need assistance with wrting an Excel formula

    Hi

    Another one:
    =MAX(0,A1-40)

    --
    When sending mail, use address arvil<at>tarkon.ee
    Arvi Laanemets


    "mdavis" <[email protected]> wrote in message
    news:[email protected]...
    > I am attempting to write a formula that will calculate the variance

    between
    > the sum of a cell and the number 40, but only if the sum of that cell is
    > greater than the number 40? I have tried several functions; i.e.: IF,

    SUMIF,
    > Etc., but I am unable to crack it. Can you help?
    >
    > Much appreciated,
    >
    > M




+ 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