Add year,month,day,hours and min

satishwin123

New Member
Joined
Apr 8, 2013
Messages
8
Hi Friends,
I need an excel formula to Add year,month,day,hours and min which are placed in a each column. The resultant date format (dd/mm/yyyy HH:MM) should be in a single cell.

Pl. refer the snap for quick details and help in.

Thanks
Sat.


 
Last edited:
Hi,

Pl. find below the snippet.

[TABLE="width: 539"]
<tbody>[TR]
[TD]Year[/TD]
[TD]Month[/TD]
[TD]Date[/TD]
[TD]Hour[/TD]
[TD]Min[/TD]
[TD]Result[/TD]
[/TR]
[TR]
[TD]1982[/TD]
[TD]10[/TD]
[TD]28[/TD]
[TD]14[/TD]
[TD]30[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]15[/TD]
[TD]20[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1983[/TD]
[TD]11[/TD]
[TD]30[/TD]
[TD]5[/TD]
[TD]50[/TD]
[TD]30/11/1983 5:50[/TD]
[/TR]
</tbody>[/TABLE]
 
Upvote 0
Do you want formulas to get the third row of your example - will you always be adding just two rows or do you need to add multiple rows?
 
Upvote 0

Forum statistics

Threads
1,226,848
Messages
6,193,315
Members
453,790
Latest member
yassinosnoo1

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