I need to cut a long column of cells (millions) quickly. The current data displayed in the cell its date and time, displayed in a custom format of dd/mm/yy hh:mm
I need to quickly cut this in a new column that only contains the hour. However, the MID function isn't working for this:
. I have also tried this using MID and LENS together.
I think the problem is that the DATETIME is in a custom format rather than general, but when I convert to general it reverts to a series of seemingly unrelated numbers, e.g.:
What do I need to do to be able to extract only the hour data?
I need to quickly cut this in a new column that only contains the hour. However, the MID function isn't working for this:
I think the problem is that the DATETIME is in a custom format rather than general, but when I convert to general it reverts to a series of seemingly unrelated numbers, e.g.:
What do I need to do to be able to extract only the hour data?