Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have this formual:
=IF(D7<L7,D7,IF(D7L7,L7,0)) I would like it to round down to the nearest quarter hour as well. I can round in an adjacent cell, but I would like to remain in the same cell. Is this possible? Thanks for your help. Johnnie |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=ROUNDDOWN(4*IF(D7<L7,D7,IF(D7L7,L7,0)),0)/4
"Johnnie" wrote: I have this formual: =IF(D7<L7,D7,IF(D7L7,L7,0)) I would like it to round down to the nearest quarter hour as well. I can round in an adjacent cell, but I would like to remain in the same cell. Is this possible? Thanks for your help. Johnnie |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Sam,
Thanks, it works great!!! Johnnie "Sam Wilson" wrote: =ROUNDDOWN(4*IF(D7<L7,D7,IF(D7L7,L7,0)),0)/4 "Johnnie" wrote: I have this formual: =IF(D7<L7,D7,IF(D7L7,L7,0)) I would like it to round down to the nearest quarter hour as well. I can round in an adjacent cell, but I would like to remain in the same cell. Is this possible? Thanks for your help. Johnnie |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Rounding up a cell to the next ΒΌ hour. | Excel Worksheet Functions | |||
ROUNDING FORMULA =ROUND(B12/$B$10,1) ROUNDING TO HIGH | Excel Worksheet Functions | |||
Rounding Cell Values | Excel Worksheet Functions | |||
stop rounding in cell | Excel Discussion (Misc queries) | |||
Rounding up for down based on cell value | Excel Worksheet Functions |