converting text to date/time

hissonrr

Board Regular
Joined
Feb 6, 2016
Messages
106
Good day all,

I am not great with date/time things in excel.

I have one column that is a text column that gives time intervals in seconds. I have a separate cell that gives a start time/date.

What I want to do is create another column that adds the seconds to the initial start time/date, so if the start time/date is 1/1/19 12:30 (military time please) and I have a cell that shows a text of 7200, I want the adjacent cell to show 1/1/19 14:30


What would I need to do to get my Column A4:A9 to calculate correctly?


example below

ABC
1Start time:1/1/19 12:30
2
3Corrected timeTime 1
41/1/19 12:300
51/1/19 13:303600
61/1/19 14:307200
71/1/19 15:3010800
81/1/19 16:3014400
91/1/19 17:3018000

<tbody>
</tbody>



Thanks for the help

-R
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
The only way i know how to do this would be to have =TIME(,,number of seconds) in the 'seconds' column.

e.g. 1/1/19 12:30 + =TIME(,,7200)
equates to 1/1/19 14:30
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,217
Messages
6,123,673
Members
449,116
Latest member
HypnoFant

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top