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.
Rohit Bhalotia (CA) (52 Points)
15 September 2008Friends,
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.
Vishal
(Account Assistant)
(45 Points)
Replied 15 November 2008
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)