View Single Post
  #2   Report Post  
Chip Pearson
 
Posts: n/a
Default

Annabelle,

No need for an array formula. Use

=SUMPRODUCT(--(C27:C117="DBS"),--(D27:D117="Open"),E27:E117)


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"Annabelle" wrote in message
ups.com...
I'm new to using the array function and requesting assistance
in adding
numbers in a column based on two criterion.

SUM E27:E117 IF C27:C117 = "DBA" and D27:D117 = "Open",
otherwise zero

Can you assist?