+ Reply to Thread
Results 1 to 3 of 3

Repeating SUMIF Non Continuous Range + Column Match

  1. #1
    Registered User
    Join Date
    07-25-2013
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    3

    Repeating SUMIF Non Continuous Range + Column Match

    Hello! I have quite a large series of data that repeats in the format below for ~1000 rows. I want to create a formula that returns sum of all range sets where the column equal to ADMIN and the row equal to WAGE. So with the table below the sum should be (100+4+9)=113. I have been trying it with =SUMPRODUCT((MOD(ROW($B$1:$B$13),5)=2),($B$1:$B$13)) to return the sum of a column on every nth row, however I don't know how to incorporate finding the ADMIN column and then returning the nth row value and then repeating that for 1000 rows. Hopefully this makes sense and thank you!

    ADMIN SICK WORK
    3 4 6
    2 1 4
    WAGE 100 1 3
    WORK SICK ADMIN
    3 4 1
    2 6 1
    WAGE 2 3 4
    ADMIN WORK SICK
    1 3 4
    2 6 6
    WAGE 9 3 4
    Last edited by Thedude1234; 05-31-2018 at 04:52 PM.

  2. #2
    Forum Expert tim201110's Avatar
    Join Date
    10-23-2011
    Location
    Russia
    MS-Off Ver
    2016, 2019
    Posts
    2,357

    Re: Repeating SUMIF Non Continuous Range + Column Match

    =sum(iferror((a4:a14=a4)*(b1:d11=b1)*b4:d14,)) CSE
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    07-25-2013
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Repeating SUMIF Non Continuous Range + Column Match

    Oh wow, that worked like a charm! Thank you very much! Is there any way you could explain how this works? I would love to understand the inner workings of this function.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] SUMIF / AVERAGEIF using MATCH for column range
    By terratushi in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-26-2018, 08:57 AM
  2. [SOLVED] Copy Non-Continuous Cells from One Sheet to Continuous Column on Other Sheet
    By catnam in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 11-13-2015, 05:29 PM
  3. SUMIF Non-Continuous Range with the Non Blank as Criteria
    By Hudas in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-07-2015, 12:13 PM
  4. Transpose Data from a Particular Column to Multiple Column whose Range is Non-Continuous!
    By Rajeshkumar R in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-07-2014, 05:47 AM
  5. [SOLVED] Continuous column copy / Non-continuous column paste (VBA)
    By macrorookie in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 02-05-2014, 11:35 PM
  6. Match multiple repeating strings in a column and output the row number
    By anilsen0711 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-02-2013, 09:12 AM
  7. Replies: 0
    Last Post: 02-20-2012, 05:42 PM

Tags for this Thread

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