View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sam Wilson Sam Wilson is offline
external usenet poster
 
Posts: 523
Default Rounding in the Same Cell

=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