Hi, we are working on some info and are wondering if it's possible to find out how many of the raw quantities which make up the SUMIF total for each "info" are > zero, or blank.
Hopefully I've explained this a little better on this :
Hopefully I've explained this a little better on this :
Countifs-But-With-Criteria-Like-Sumif-01.xlsx | |||||||
---|---|---|---|---|---|---|---|
A | B | C | D | E | |||
1 | Row | Info | Raw Amt | SUMIF Amt For the Whole "Info" | COUNTIF of how many qty's for each "info" > 0 or Blank | ||
2 | 2 | alpha | 1 | 6 | 2 | ||
3 | 3 | alpha | 0 | 6 | 2 | ||
4 | 4 | alpha | 5 | 6 | 2 | ||
5 | 5 | beta | 0 | 0 | |||
6 | 6 | beta | 0 | 0 | |||
7 | 7 | charlie | 16 | 92 | 3 | ||
8 | 8 | charlie | 92 | 3 | |||
9 | 9 | charlie | 31 | 92 | 3 | ||
10 | 10 | charlie | 45 | 92 | 3 | ||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
D2:D10 | D2 | =SUMIF($B$2:$C$10,B2,$C$2:$C$10) |