View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary Keramidas Gary Keramidas is offline
external usenet poster
 
Posts: 2,494
Default help with sumif formula

got sumproduct to work, though

=SUMPRODUCT(($I$3:$I$18={"G","H","K","M"})*($J$3:$ J$18))

--


Gary


"Gary Keramidas" <GKeramidasATmsn.com wrote in message
...
i was just wondering why this only brings back the value of G, and not the
others.

=SUMIF(I$4:I$18,{"G","H","K","M"},J$4:J$18)

--


Gary