Forum Discussion
Ted White
Mar 20, 2018Copper Contributor
Cell Date Conversion
Hello - I am trying to convert a current date format from a column (of 7k records) from
9/26/17, 10:42 AM
to
2017/9/26
Or something similar so that I can sort al...
- Mar 20, 2018
Hi Ted,
You may use Data->Text to columns using comma as separator and selecting for first column Data->MDY on third stage of the wizard. Second column with time could be deleted after that.
SergeiBaklan
Mar 20, 2018Diamond Contributor
Hi Ted,
You may use Data->Text to columns using comma as separator and selecting for first column Data->MDY on third stage of the wizard. Second column with time could be deleted after that.
- Ted WhiteMar 20, 2018Copper Contributor
Sergei is - "the man"! Wow, thank you my friend!