View Single Post
 
Old 07-06-2016, 08:34 PM
xor xor is offline Windows 10 Office 2016
Expert
 
Join Date: Oct 2015
Posts: 1,100
xor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to allxor is a name known to all
Default

You can get the exact number of hours, minutes and seconds by formatting the cell with your formula: [h]:mm:ss or just [h] if you only want number of hours.

If you want to round to hours for whole number of days you can change your formula to:

=if(I2="", INT(Now()-C2), I2)
Reply With Quote