M
Mike Klick
I know the below doesn't work but hopefully you'll get the idea.
IF(D423-C423<=0:15,0:15,ROUND((D423-C423)*96,0)/96)
If the value from D423-C423 is 15 minutes or less I want to put 0:15 in a
field. If greater round it to 15 minutes and put it in field.
All the cells have a Custom format of [h]:mm. Converting the 0:15 is my
problem. D423-C423 works fine and place the correct minute in the Custom
cell. But how do I convert 0:15 minutes to something I can use - In both
places.
Thanks,
Mike
IF(D423-C423<=0:15,0:15,ROUND((D423-C423)*96,0)/96)
If the value from D423-C423 is 15 minutes or less I want to put 0:15 in a
field. If greater round it to 15 minutes and put it in field.
All the cells have a Custom format of [h]:mm. Converting the 0:15 is my
problem. D423-C423 works fine and place the correct minute in the Custom
cell. But how do I convert 0:15 minutes to something I can use - In both
places.
Thanks,
Mike