D
Dan B
Here are my formulas:
=SUMIF(D3
33,"<8",D3
33)
=SUMIF(D4
34,">8",D4
34)
I need to edit these to only sum the amounts that are over or under 8. For
example, for the first formula, if there were 3 cells in this range that had
the value of 5, then the result of the formula should show 9. For the
second formula...;if there were 2 cells with the valud of 10 the result
would show 4.
I think I need to use MIN in there somewhere, but I'm not sure how.
Thanks.
=SUMIF(D3
=SUMIF(D4
I need to edit these to only sum the amounts that are over or under 8. For
example, for the first formula, if there were 3 cells in this range that had
the value of 5, then the result of the formula should show 9. For the
second formula...;if there were 2 cells with the valud of 10 the result
would show 4.
I think I need to use MIN in there somewhere, but I'm not sure how.
Thanks.