D
Dan B
Here are my formulas:
=SUMIF(D333,"<8",D333)
=SUMIF(D434,">8",D434)
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(D333,"<8",D333)
=SUMIF(D434,">8",D434)
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.