+ Reply to Thread
Results 1 to 3 of 3

???Sumif(Range1,Range1<Range2,Range1)???

  1. #1
    Nick
    Guest

    ???Sumif(Range1,Range1<Range2,Range1)???

    I need to add up all the numbers in a column that are lower than the column
    next to it. I tried multiple ways with sumif and Sum(if(... The best I can
    come up with is a sum of 0.

    Is this possible?

  2. #2
    Bob Phillips
    Guest

    Re: ???Sumif(Range1,Range1<Range2,Range1)???

    =SUMPRODUCT(--(A1:A20<B1:B20),A1:A20)

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "Nick" <[email protected]> wrote in message
    news:[email protected]...
    > I need to add up all the numbers in a column that are lower than the

    column
    > next to it. I tried multiple ways with sumif and Sum(if(... The best I

    can
    > come up with is a sum of 0.
    >
    > Is this possible?




  3. #3
    Nick
    Guest

    Re: ???Sumif(Range1,Range1<Range2,Range1)???

    Thanks alot Bob!! That worked great..

    "Bob Phillips" wrote:

    > =SUMPRODUCT(--(A1:A20<B1:B20),A1:A20)
    >
    > --
    > HTH
    >
    > Bob Phillips
    >
    > (remove nothere from email address if mailing direct)
    >
    > "Nick" <[email protected]> wrote in message
    > news:[email protected]...
    > > I need to add up all the numbers in a column that are lower than the

    > column
    > > next to it. I tried multiple ways with sumif and Sum(if(... The best I

    > can
    > > come up with is a sum of 0.
    > >
    > > Is this possible?

    >
    >
    >


+ 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