excel - Adding one hour to string date -


i have schedule appears in cells (string date) 7/31/2012 11:09:00 pm , want place corresponding in 2 separate cells showing date , time 1 hour time difference might set date off next day. how add 1 hour well?

if string date in a1, in b2 can =hour(a1)+1 should return 12 (or 00 if use 24 hr). same date, =day(a1)+1


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -