• Additional IF statement for formula in use (Excel 2000)

    Home » Forums » AskWoody support » Productivity software by function » MS Excel and spreadsheet help » Additional IF statement for formula in use (Excel 2000)

    • This topic has 2 replies, 2 voices, and was last updated 20 years ago.
    Author
    Topic
    #419446

    I need to add another IF statement to this formula that will reflect a 0 value if the end result of the formula provides a negative value. Not sure where to insert this.

    =IF(ISBLANK(Jumbo_ENI),” “,SUM(Jumbo_ENI-Jumbo_ND))

    Viewing 0 reply threads
    Author
    Replies
    • #947114

      You could use

      =IF(ISBLANK(Jumbo_ENI),” “,MAX(SUM(Jumbo_ENI-Jumbo_ND),0))

      If the SUM results in a positive number, the MAX is equal to the SUM.
      If the SUM results in a negative number or zero, the MAX is zero.

    Viewing 0 reply threads
    Reply To: Additional IF statement for formula in use (Excel 2000)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: