View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default I need a formula

One way: =SUMPRODUCT((C4:C250=2)*(D4:D250=1))
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"Jenelle1433" wrote:
I need formula: count C4:C250 if it contains a 2 only if D4:250 contains a
1. Is it Possible??