Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need formula: count C4:C250 if it contains a 2 only if D4:250 contains a
1. Is it Possible?? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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?? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I think you want something like this:
=SUMPRODUCT(--(C4:C250=2);--(D2:D250=1)) Rodrigo Ferreira "Jenelle1433" escreveu na mensagem ... I need formula: count C4:C250 if it contains a 2 only if D4:250 contains a 1. Is it Possible?? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUMPRODUCT(--(C4:C250=2),--(D4:250 =1))
-- --- HTH Bob (change the xxxx to gmail if mailing direct) "Jenelle1433" wrote in message ... I need formula: count C4:C250 if it contains a 2 only if D4:250 contains a 1. Is it Possible?? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Reusing formula | Excel Discussion (Misc queries) | |||
Dynamic Range with unused formula messing up x axis on dynamic graph | Charts and Charting in Excel | |||
Match then lookup | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions |