+ Reply to Thread
Results 1 to 4 of 4

add cells conditionaly not in continuous row or column

  1. #1
    loganinc6
    Guest

    add cells conditionaly not in continuous row or column

    I need to add two cells not in a continuous row or column, say B8 and C7, but
    only if the value in C7 is less than zero. If value in C7 is more than zero
    need the cell to equal the value in B8

  2. #2
    Registered User
    Join Date
    11-10-2005
    Posts
    19
    something like this

    =IF(C7<0,B8+C7,B8)

  3. #3
    Rowan Drummond
    Guest

    Re: add cells conditionaly not in continuous row or column

    =IF(C7<0,B8+C7,B8)

    Hope this helps
    Rowan

    loganinc6 wrote:
    > I need to add two cells not in a continuous row or column, say B8 and C7, but
    > only if the value in C7 is less than zero. If value in C7 is more than zero
    > need the cell to equal the value in B8


  4. #4
    RagDyer
    Guest

    Re: add cells conditionaly not in continuous row or column

    Try this:

    =B8+MIN(C7,0)

    --
    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================


    "loganinc6" <[email protected]> wrote in message
    news:[email protected]...
    > I need to add two cells not in a continuous row or column, say B8 and C7,

    but
    > only if the value in C7 is less than zero. If value in C7 is more than

    zero
    > need the cell to equal the value in B8



+ 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