![]() |
Rounding in the Same Cell
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 |
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 |
Rounding in the Same Cell
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 |
All times are GMT +1. The time now is 01:24 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com