Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello all,
I am trying to count the number of SEV 1 tickets, gouped by time 0-4hrs, 4-8 hrs. Previous user says it worked for him. This should give a count of the number of SEV 1 tickets that were created less than 4 hours from now. Cell B16 contains the number 1 Named Ranged value, open tab column C = Severity open tab column D contains the date and time ticket created ie. 10/5/2006 14:10 Formula previous user had now shows #VALUE, but if I F2 in the cell then hit enter, the cell results in the cell goes blank (nothing) =SUM(IF(NOW()-Open!D1:D977<0.166,IF(Open!C1:C977=$B$16,1))) I've been reading this newgroup and came up with this one, but still get no luck. I get #NUM. =SUMPRODUCT((Severity=$B$16)*(NOW()-Open!D:D0.1666)) Once this seems to work, I will put a reference to a static date and time instead of NOW(). Any assistance you can provide would be greatly appreciated. Thank you, |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding "OR" to a Sumproduct Formula | Excel Worksheet Functions | |||
Need help with sumproduct and dynamic ranges | Excel Worksheet Functions | |||
Can I reference =, <, or > sign in SUMPRODUCT | Excel Discussion (Misc queries) | |||
Sumproduct function not working | Excel Worksheet Functions | |||
adding two sumproduct formulas together | Excel Worksheet Functions |