excel: time sequence is not unified

微笑、不失礼 提交于 2019-12-13 10:19:00

问题


dear as you can see in uploaded picture it is an excel sheet downloaded from data logger to record in wind speed every hour the problem that time sequence not change () in row 87 to 108 it is data from 12/November/2014 2:00 Am to 12/November/2014 11:pm the row 109 suppose to be 13/November/2014 12:00 AM (13/11/2014 12:00 AM )but it is change to 11/13/2014 12:00 AM so any have solution to this matter


回答1:


"no the data is downloaded not imported" <--- what they mean is.. when you have the original downloaded data.. don't format it as "Date". Leave it as is it.. ("General"). Then use 5 extra columns to check the date and time.. put in these formulas and drag it downwards.

column 1 --> =month(A87)
column 2 --> =day(A87)
column 3 --> =year(A87)
column 4 --> =hour(A87)
column 5 --> =minute(A87)

From the pattern , you should see a pattern if the month/day was formatted wrongly. If it is.. just use one more extra column to combine the "correct" date & time by using =date(...)+time(...) . Have a try and share if these works or not. We can proceed from there.

Hope this helps. ( :



来源:https://stackoverflow.com/questions/47386749/excel-time-sequence-is-not-unified

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!