+ Reply to Thread
Results 1 to 4 of 4

Is it possible selecting the odd rows in a SUMIF function under the SUM_RANGE criteria?

  1. #1
    Registered User
    Join Date
    10-31-2011
    Location
    Lebanon
    MS-Off Ver
    Excel 2007
    Posts
    18

    Is it possible selecting the odd rows in a SUMIF function under the SUM_RANGE criteria?

    Hello, I have an excel worksheet divided in such a way:

    \1

    So I want to use the SUMIF function to Sum the numbers plugged under every "Huawei"... Therefore the function will look something like this: =SUMIF(B2:J17, "Huawei", [Sum_Range])

    My question is what should I write instead of the [Sum_Range] so that the function sums the odd rows, which contains the numbers?

    Thank You

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Is it possible selecting the odd rows in a SUMIF function under the SUM_RANGE criteria

    Try

    =SUMIF(B2:J16,"Huawei",B3:J17)

  3. #3
    Registered User
    Join Date
    10-31-2011
    Location
    Lebanon
    MS-Off Ver
    Excel 2007
    Posts
    18

    Re: Is it possible selecting the odd rows in a SUMIF function under the SUM_RANGE criteria

    Wawww, what I thought was a complex problem turned out to be a simple one :P Thanks a lot Jonmo1, that solved it

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Is it possible selecting the odd rows in a SUMIF function under the SUM_RANGE criteria

    Glad to help,

    Notice the key is the offset by 1 row between the criteriarange and the sumrange

+ 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