Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Can anyone tell what I'm doing wrong here? If (on another sheet) IDTest =
$A$2:$A2, BegDateTest = $B$2:$B$2, and FinDateTest = $C$2:$C$2 the following formula evaluates to 23. If IDTest = $A$3:$A3, BegDateTest = $B$3:$B$3, and FinDateTest = $C$3:$C$3 the formula evaluates to 0. However, if IDTest = $A$2:$A3, BegDateTest = $B$2:$B$3, and FinDateTest = $C$2:$C$3 the formula evaluates to -68. I would expect 0 + 23. Anyone know why it isn't evaluating to 23? =SUM(IF((BegDateTestD1)+(FinDateTest<=C1)0,0,(ID Test=A2)*NETWORKDAYS(MAX(C1,BegDateTest),MIN(D1,Fi nDateTest)))) Any suggestions would be appreciated. Thanks. Erin |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
array formula | Excel Worksheet Functions | |||
Help with Array formula? | Excel Discussion (Misc queries) | |||
meaning of : IF(Switch; Average(array A, array B); array A) | Excel Worksheet Functions | |||
Need Help With Array Formula | Excel Discussion (Misc queries) | |||
Array Formula - using LEFT("text",4) in formula | Excel Worksheet Functions |