Question. From the Oracle server, I upload information through the interface, in TXT (there is no other format), in order to load information into Excel, the dates are in the format "YYYY-MM-DD HH24: MI: SS", but when loading into your column on the sheet SOME dates change the format to "DD.MM.YYYY hh: mm: ss", due to the fact that there is an extra space between the date and time. Although the unloading of extra spaces is not. Tell me how to solve this problem so as not to further process this column?
1 answer
No one bothers to show the data immediately. Would avoid unnecessary correspondence and waste of time, both his own and those who answer.
In vain you put the pluses where it is FALSE - there is no date there. Show the calendar in which there is December 51, 2018, January 48, 2019 ....
Normal dates are displayed in the format specified in Excel in the settings.
=============================
Excel open field to watch - are there exactly dates? Check:
=ЕЧИСЛО(A1)
If FALSE - there is no date in the cell, there is text.
Verification is simpler (if alignment was not applied in the column before this): stretch the column to a sufficient width. Normal dates should be placed in the cell on the right, the text - on the left.
If the dates remain in text format, look for what is stopping - unnecessary characters, incorrect data ...
- Zalet ..... That's what I did not notice. Thank you. Now everything is clear what happened to him. - Andrey Zhuravlev
Excel
have a different date format in one column? Strange ... Data - From text - File selection - With delimiters (|) - Done - before Finish go through two steps ( Next-Next ) and specify theДата
data format. Look at the opening field in Excel - are there exactly dates? Check:=ЕЧИСЛО(A1)
If FALSE - there is no date in the cell, the text is there - vikttur