Forum Discussion
cris_no_h
Jan 23, 2022Brass Contributor
Date formating
Results from a query in Date column won't change format unless I physically go into the cell and press enter. So, other than pressing F2&Enter, how can I get the format to take on all cells in column...
SergeiBaklan
Jan 23, 2022Diamond Contributor
It looks like we speak not about formatting, but about converting texts which looks like dates in to dates (which are actually numbers in Excel).
You may select column with such texts, Data -> Text to Columns -> on third step of the wizard select Date type and DMY as source format ( or which one you have).
cris_no_h
Jan 23, 2022Brass Contributor
Thank you. Unfortunately, the report is delivered from outside source. I ended up splitting text to columns then concatenated the values, changed text to date and it worked.
- SergeiBaklanJan 24, 2022Diamond Contributor
Good to know you sorted this out. As a comment, most probably you don't need to split on columns, all could be done within one column.