Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
How do I add the round down function to the formula below?
IF((OR(B3="",B4="")),0,IF((B4<B3),((B4-B3)*24)+24,(B4-B30)*24)) |
#2
![]() |
|||
|
|||
![]()
Down to the integer
=ROUNDDOWN(IF(OR(B3="",B4=""),0,IF(B4<B3,(B4-B3)*24+24,(B4-B30)*24)),0) -- HTH Bob Phillips "HP" wrote in message ... How do I add the round down function to the formula below? IF((OR(B3="",B4="")),0,IF((B4<B3),((B4-B3)*24)+24,(B4-B30)*24)) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combine two formulas in one cell | Excel Discussion (Misc queries) | |||
cell formulas | Excel Discussion (Misc queries) | |||
How do I protect cell formulas used for daily counts? | Excel Worksheet Functions | |||
Formula to return cell contents based on multiple conditions | Excel Worksheet Functions | |||
Formulas appear in cell instead of formula result | Excel Worksheet Functions |