Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi John
You need to coerce the True/False result for each of those tests to 1's and 0's Either use =SUMPRODUCT(--(B12:B100=G1),--(B12:B100<=G2),--(H12:H100="Logged")) or =SUMPRODUCT((B12:B100=G1)*(B12:B100<=G2)*(H12:H10 0="Logged")) -- Regards Roger Govier "John in Wembley" wrote in message ... Hi all mighty sumproduct experts. What ovious thing do I have wrong? G1 is the start date G2 the end date I wish to count all the jobs "Logged" between these dates Col B holds the date the job was logged. =SUMPRODUCT((B12:B100=G1),(B12:B100<=G2),H12:H100 ="Logged") currently does not work thanks john |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sumproduct question | Excel Discussion (Misc queries) | |||
sumproduct question | Excel Discussion (Misc queries) | |||
Sumproduct question | Excel Worksheet Functions | |||
SUMPRODUCT QUESTION | Excel Discussion (Misc queries) | |||
sumproduct question | Excel Worksheet Functions |