I tried that formula and It gave me some really odd numbers (since it was adding every value above it and everything below it there was a lot of info that shouldn't be there) but It did give me an idea. This is what I did and it worked out
<table x:str="" style="border-collapse: collapse; width: 576pt;" width="768" border="0" cellpadding="0" cellspacing="0"><col style="width: 144pt;" width="192"> <col style="width: 159pt;" width="212"> <col style="width: 273pt;" width="364"> <tbody><tr style="height: 13.5pt;" height="18"> <td class="xl26" style="height: 13.5pt; width: 144pt;" width="192" height="18">
</td> <td class="xl27" style="width: 159pt;" width="212">Number of sales</td> <td class="xl27" style="border-left: medium none; width: 273pt;" width="364">Total value</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl29" style="height: 12.75pt;" height="17">$4.99 or less</td> <td class="xl31" style="width: 159pt;" x:num="42" width="212">=COUNTIF('Daily Report'!F:F,"<5")</td> <td class="xl28" style="border-left: medium none; width: 273pt;" x:num="151.25" width="364">=SUMIF('Daily Report'!F:F,"<5",'Daily Report'!F:F)</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl30" style="border-top: medium none; height: 12.75pt;" x:num="" height="17">5</td> <td class="xl31" style="border-top: medium none; width: 159pt;" x:num="9" width="212">=COUNTIF('Daily Report'!F:F,"=5")</td> <td class="xl28" style="border-top: medium none; border-left: medium none; width: 273pt;" x:num="45" width="364">=SUMIF('Daily Report'!F:F,"=5",'Daily Report'!F:F)</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl29" style="border-top: medium none; height: 12.75pt;" height="17">$5.01-10</td> <td class="xl31" style="border-top: medium none; width: 159pt;" x:num="62" width="212">=COUNTIF('Daily Report'!F:F,"<=10")-SUM('Quick facts'!F48:F49)</td> <td class="xl28" style="border-top: medium none; border-left: medium none; width: 273pt;" x:num="448.08" width="364">=SUMIF('Daily Report'!F:F,"<=10")-SUM('Quick facts'!G48:G49)</td> </tr> <tr style="height: 12.75pt;" height="17"> <td class="xl29" style="border-top: medium none; height: 12.75pt;" height="17">$10.01-20</td> <td class="xl31" style="border-top: medium none; width: 159pt;" x:num="79" width="212">=COUNTIF('Daily Report'!F:F,"<=20")-SUM('Quick facts'!F48:F50)</td> <td class="xl28" style="border-top: medium none; border-left: medium none; width: 273pt;" x:num="1108.5" width="364">=SUMIF('Daily Report'!F:F,"<=20")-SUM('Quick facts'!G48:G50)</td> </tr> <tr style="height: 13.5pt;" height="18"> <td class="xl29" style="border-top: medium none; height: 13.5pt;" height="18">$20.01+</td> <td class="xl31" style="border-top: medium none; width: 159pt;" x:num="308" width="212">=COUNTIF('Daily Report'!F:F,">20")</td> <td class="xl28" style="border-top: medium none; border-left: medium none; width: 273pt;" x:num="18025.13" width="364">=SUMIF('Daily Report'!F:F,">20",'Daily Report'!F:F)</td> </tr> </tbody></table>