Hello,
I am trying to sum a revenue column, while using two SUMIFS criteria and I am clearly doing something incorrectly, HELP! I figured out how to count accounts (that fall within revenue tiers) using the SUMPRODUCT formula, but now I need to know the revenue total for that same range (see count summary below). So the range in question is B128:B2751 which is formatted as revenue and the Revenue total column is C45:C55.
I know this is incorrect, but here is what I've tried:
=sumifs(B128:B2754,">0,<=50")
=sumifs(B128:B2754, ">0", B128:B2754, "<=50")
Thank you for your help.
Cheers,
Amber
<table width="484" border="0" cellpadding="0" cellspacing="0"><col style="width: 171pt;" width="228"> <col style="width: 86pt;" width="114"> <col style="width: 107pt;" width="142"> <tbody><tr style="height: 12.75pt;" height="17"> <td class="xl66" style="height: 12.75pt; width: 171pt;" width="228" height="17">Revenue - by Tier</td> <td class="xl67" style="width: 86pt;" width="114">Count</td> <td class="xl67" style="width: 107pt;" width="142"> Revenue</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl69" style="height: 12.75pt;" height="17">$0 </td> <td class="xl70" align="right">277</td> <td class="xl73"> $ - </td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl70" style="height: 12.75pt;" height="17">> $0 - $50</td> <td class="xl72" align="right">1301</td> <td class="xl74">
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl70" style="height: 12.75pt;" height="17">> $50 to $100</td> <td class="xl72" align="right">329</td> <td class="xl71">
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl70" style="height: 12.75pt;" height="17">> $100 to 200</td> <td class="xl72" align="right">262</td> <td class="xl71">
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl70" style="height: 12.75pt;" height="17">> $200 - $333</td> <td class="xl72" align="right">111</td> <td class="xl71">
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl70" style="height: 12.75pt;" height="17">> $333 to $500</td> <td class="xl72" align="right">55</td> <td class="xl71">
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl70" style="height: 12.75pt;" height="17">> $500 to $1k</td> <td class="xl72" align="right">78</td> <td class="xl71">
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl70" style="height: 12.75pt;" height="17">> $1k to $2k</td> <td class="xl72" align="right">60</td> <td class="xl71">
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl70" style="height: 12.75pt;" height="17">> $2k to $5k</td> <td class="xl72" align="right">58</td> <td class="xl71">
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl70" style="height: 12.75pt;" height="17">> $5k to $10k</td> <td class="xl72" align="right">41</td> <td class="xl71">
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl70" style="height: 12.75pt;" height="17">> $10k</td> <td class="xl72" align="right">52</td> <td class="xl71">
</td> </tr> </tbody></table>
I am trying to sum a revenue column, while using two SUMIFS criteria and I am clearly doing something incorrectly, HELP! I figured out how to count accounts (that fall within revenue tiers) using the SUMPRODUCT formula, but now I need to know the revenue total for that same range (see count summary below). So the range in question is B128:B2751 which is formatted as revenue and the Revenue total column is C45:C55.
I know this is incorrect, but here is what I've tried:
=sumifs(B128:B2754,">0,<=50")
=sumifs(B128:B2754, ">0", B128:B2754, "<=50")
Thank you for your help.
Cheers,
Amber
<table width="484" border="0" cellpadding="0" cellspacing="0"><col style="width: 171pt;" width="228"> <col style="width: 86pt;" width="114"> <col style="width: 107pt;" width="142"> <tbody><tr style="height: 12.75pt;" height="17"> <td class="xl66" style="height: 12.75pt; width: 171pt;" width="228" height="17">Revenue - by Tier</td> <td class="xl67" style="width: 86pt;" width="114">Count</td> <td class="xl67" style="width: 107pt;" width="142"> Revenue</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl69" style="height: 12.75pt;" height="17">$0 </td> <td class="xl70" align="right">277</td> <td class="xl73"> $ - </td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl70" style="height: 12.75pt;" height="17">> $0 - $50</td> <td class="xl72" align="right">1301</td> <td class="xl74">
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl70" style="height: 12.75pt;" height="17">> $50 to $100</td> <td class="xl72" align="right">329</td> <td class="xl71">
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl70" style="height: 12.75pt;" height="17">> $100 to 200</td> <td class="xl72" align="right">262</td> <td class="xl71">
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl70" style="height: 12.75pt;" height="17">> $200 - $333</td> <td class="xl72" align="right">111</td> <td class="xl71">
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl70" style="height: 12.75pt;" height="17">> $333 to $500</td> <td class="xl72" align="right">55</td> <td class="xl71">
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl70" style="height: 12.75pt;" height="17">> $500 to $1k</td> <td class="xl72" align="right">78</td> <td class="xl71">
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl70" style="height: 12.75pt;" height="17">> $1k to $2k</td> <td class="xl72" align="right">60</td> <td class="xl71">
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl70" style="height: 12.75pt;" height="17">> $2k to $5k</td> <td class="xl72" align="right">58</td> <td class="xl71">
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl70" style="height: 12.75pt;" height="17">> $5k to $10k</td> <td class="xl72" align="right">41</td> <td class="xl71">
</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl70" style="height: 12.75pt;" height="17">> $10k</td> <td class="xl72" align="right">52</td> <td class="xl71">
</td> </tr> </tbody></table>