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)
|