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
Post a Comment