• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Excel question: using AND in a summation formula (Solved)

IronWing

No Lifer
This formula sums the value in column D if column C contains "Apples".
=SUMIF(C22:C43, "Apples", D22😀43)

This formula sums if the value in column D is greater than zero.
=SUMIF(D22😀43,">0")

What I'd like to do is write a formula that sums the values in column D if both conditions are true, that is, column C contains Apples and the value in column D is greater than zero. Any ideas on how write the AND statement? Thanks.
 
Back
Top