I have a cell in column 3 that contains a datetime: 5/12/2011 8:13AM. I’m looking to subtract x hours from this time.
So far, I have this:
=A3-TIME(8,0,0)
It’s not working. How should the formula be written?
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.
Use DateAdd instead of voodoo/rolling your own.