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?
Excel add one hour
Re: Excel add one hour
```
=A1+TIME(1,0,0)
```
Although, maybe this should be posted on Super User.
=A1+TIME(1,0,0)
```
Although, maybe this should be posted on Super User.