need formula help

J

JLatham

Should be able to make good use of the SUMIF() function. For the first one,
in G3, try
=SUMIF(A11:A21,"Charity",D11:D21)
repeat exactly the same for the next three, just change "charity" to
"business", "medical" and "research" as appropriate.

See Excel HELP on SUMIF() for a detailed explanation if it's not obvious to
you what's going on.
 
Top