+ Reply to Thread
Results 1 to 3 of 3

Sum and If combination formula

  1. #1
    Kim via OfficeKB.com
    Guest

    Sum and If combination formula

    Hi there,

    If I34="1", then I want "1" to be added to J31's balance. If I31="anything
    other than 1", "0" should be added to J31's balance. How what kind of
    function would I use?

    Thanks in advance for your help!

    --
    Message posted via http://www.officekb.com

  2. #2
    Trevor Shuttleworth
    Guest

    Re: Sum and If combination formula

    Kim

    let's say J31 had a simple formula in it, for example, =K31.

    You would cahnge this to:

    =K31+IF(I31=1,1,0)

    If J31 does not have a formula in it, I don't think you can do it.

    Regards

    Trevor


    "Kim via OfficeKB.com" <[email protected]> wrote in message
    news:[email protected]...
    > Hi there,
    >
    > If I34="1", then I want "1" to be added to J31's balance. If
    > I31="anything
    > other than 1", "0" should be added to J31's balance. How what kind of
    > function would I use?
    >
    > Thanks in advance for your help!
    >
    > --
    > Message posted via http://www.officekb.com




  3. #3
    Michael
    Guest

    RE: Sum and If combination formula

    Try This:

    =IF(I34=1,J31+1,IF(I31<>1,J31,""))

    HTH
    Michael

    "Kim via OfficeKB.com" wrote:

    > Hi there,
    >
    > If I34="1", then I want "1" to be added to J31's balance. If I31="anything
    > other than 1", "0" should be added to J31's balance. How what kind of
    > function would I use?
    >
    > Thanks in advance for your help!
    >
    > --
    > Message posted via http://www.officekb.com
    >


+ 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