+ Reply to Thread
Results 1 to 2 of 2

value SUMIF

  1. #1
    BOB
    Guest

    value SUMIF

    Hi

    Help, I have 3 columns of data and need to sum on Column C if the Value is
    column A is Blank and the Value in column B is >0

    For example

    A B C
    1 2
    1 1 5
    2 2
    2 7

    Therefore my formula needs to return the value of 4

    Thanks, Phil

  2. #2
    JE McGimpsey
    Guest

    re: value SUMIF

    One way:

    =SUMPRODUCT(--ISBLANK(A1:A100),--(B1:B100>0),C1:C100)

    See

    http://www.mcgimpsey.com/excel/doubleneg.html

    for an explanation of the "--".


    In article <[email protected]>,
    BOB <[email protected]> wrote:

    > Hi
    >
    > Help, I have 3 columns of data and need to sum on Column C if the Value is
    > column A is Blank and the Value in column B is >0
    >
    > For example
    >
    > A B C
    > 1 2
    > 1 1 5
    > 2 2
    > 2 7
    >
    > Therefore my formula needs to return the value of 4
    >
    > Thanks, Phil


+ 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