sumproduct countif

  1. S

    VBA: SUMPRODUCT(CountIf) Help

    Long time lurker, finally broke down and made an account (1st post). I am in need of an if then statement in VBA. What i need it to do is count how many times each cell in Range B is in range A and does that count equal 10. the following is the formula that works in excel but not in VBA...
  2. D

    Sumproduct with countif in multiple worksheets

    Hello All, I have a Payroll workbook with 13 worksheets, January through December, and another sheet named "TD4" to display collected data in a form to print. The 12 months all have the same layout and formulas. I'm looking to count how many times $8.25 is entered in Column P for an employee's...
  3. A

    Sum only the first instance of a number tied to an ID, and then only sum those that tie to a label criteria

    Hello and thanks to anyone who can help! I am trying to: In cell B2, Look at column A7:A23, and only sum numbers in D7:D23 if they match what is in A2 But, I *only want the first instance* of the numerical value per project ID in D7:D23, because otherwise, I double count. For example...
  4. C

    SUMPRODUCT unique Values

    Hi, I have table as follows: A Customer B Location C Turnover Jan D Turnover Feb E Turnover March F Etc Etc for the next 48 months I want to know how many customers in a specific location have had turnover in a 12 month period. So if Col B = C3 (C3 on a different tab), and the value in any of...
  5. P

    Sum of invoices in a filter, counting only visible invoices per aging group.

    Data : Payor Payor Name Client Client Name Matter Matter Name Bill Date Bill Number Outstanding A/R Aging 51234 Payor1 41234 Client 11 12345678 Mr Excel 16-09-14 87654321 € 1.000,00 400 51235 Payor2 41235 Client 12 12345679 Mr Excel 20-10-14 87654322 € 2.000,00 366 51236 Payor3 41236 Client 13...
  6. D

    Problem with Sumproduct formula

    Hi people, This is baffling me. I am counting the number of rows in a column based on one of three criteria: Completed, In Process, and Not Started. The formula below works well when "Not Started" is replaced by "Completed" or "In Process". But "Not Started" always gives a value of 0...
  7. D

    Counting Unique Values If Value in Another Column is True

    I'm trying to find the sum of unique values in column A but only if the corresponding value in column C is 'true'. Right now I can find the number of unique values in column A but can't seem to figure out how to make it only count certain cells. I have...
  8. J

    can sumproduct use a countif result as a variable?

    I have a large data sheet in which I use countif to determine the number of rows with data in column A Is it possible to use it in a sumproduct formula such as this: =SUMPRODUCT((Data!$N$2:$N$7492=$X$54)*(Data!$Y$2:$Y$7492=V60)*1) This sumproduct counts the number of classification codes...
  9. L

    counting data but not the required by date

    I have a formula in C1 =SUMPRODUCT(SUBTOTAL(3,OFFSET($B$6:$B$26,ROW($B6:$B26)-ROW($B6),,1)),--(ISNA(MATCH(C6:C26,{"NR"},0)))) that counts the number of id numbers (Column B) that are not "NR" in (Column C) which works fine In C2 the completed section counts the "completions" and does not count...
  10. S

    Sum of select lines

    Hello, I'd like to calculate the sum of "Total Cost" of each "Area". Example: "Total Cost" of "Area A" is 60. PS: I have a 1000-lines long list so let's not use a simple addition formula. Best regards, Gabriel Klein

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top