I have 2 rows in excel. One row contains a date and the second contains a time. I would like to put these two values into another row. When it is text it’s ok but date its not working. Has anyoone got a solution?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This works in excel 2007:
If your first row (cell A1) contains
5/12/11(typed in just like that; excel automatically formats this cell as date) andyour second row (cell A2) contains
3:43(typed in just like that; excel automatically formats this as time)Then
type
=A1 + A2in cell A3Cell A3 returns
5/12/2011 3:43, automatically formatted as m/d/yyyy h:mm