SUMIF question

B

Bob Phillips

=SUMPRODUCT(--(rng1="string_value"),--(rng2=numeric_value2), rng_to_sum)

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
R

Ron Coderre

Without more specific information, here are the basic structures:

=IF(test1,IF(test2,test2_true,test2_false),test1_false)
or
=IF(test1,test1_true,IF(test2,test2_true,test2_false))



Do either of those help?

***********
Regards,
Ron
 
Top