Combination of date & time

Excel 1273 views 2 replies

Friends,

I have a data in which in one column date  is given and in other column time is given. I need to combine both date & time in a single column in format DD:MM:YY H:MM

Kindly send me solution to this problem.

 

 

Replies (2)

just simple

if a cell contains date & b cell contains time then next cell put the formula a+b and change the format of the cell as "dd/mm/yyyy hh:ss AM/PM"

if cell 'A1'  contains date & cell 'B1' contains time then put the formula =concatenate(A1," ",B1) in any blank cell(i.e.equal to sign then  type concatenate then opening bracket then  A1 then comma then one space in double inverted comma or double quote then again comma and then B1 then complete the bracket)


CCI Pro

Leave a Reply

Your are not logged in . Please login to post replies

Click here to Login / Register