Thread: SUMIF?
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chris Chris is offline
external usenet poster
 
Posts: 6
Default SUMIF?

Hi,

Hopefully this does what you need:

=IF(AND(B3="Stock",C3=1,C3<25),D3*2,0)

Chris