Forum Discussion

jimjam562's avatar
jimjam562
Copper Contributor
Oct 09, 2023
Solved

Time conversion formula

In my line of work, I manually calculate events that finish and start using a calculator. I'm trying to create an excel spreadsheet to do these calculations for me, but I ran into a problem. EX: Cu...
  • HansVogelaar's avatar
    Oct 09, 2023

    jimjam562 

    For example:

    Select A2 and press Ctrl+Shift+; to enter the current time (we cannot use a formula such as =NOW() for that would be updated each time Excel recalculates).

    Enter total litres in B2.

    Enter flow rate in C2.

    Enter the following formula in D2:

    =IFERROR(A2+B2/C2/24, "")

    Format D2 as time.

    The formula can be filled down.

Resources