Search code examples
excelexcel-2003

Excel add one hour


I have in cel A1 with the following contents:

7:30:43 which is a time.

But now i want to use a formula to add one hour. What is the best way or how can i do this?


Solution

  • =A1+TIME(1,0,0)
    

    Although, maybe this should be posted on Super User.