I have a series of dates in the format d-mmm-yy h:mm:ss
For example:
17-Nov-23 0:00:00
29-Jun-23 0:00:00
2-Oct-23 0:00:00
29-Feb-24 0:00:00
30-Jun-23 0:00:00
1-Jul-24 0:00:00
11-Dec-23 0:00:00
In an adjacent column, I need to convert these to be the 1st of the same month/year. I.e., the dates above would become:
1-Nov-23 0:00:00
1-Jun-23 0:00:00
1-Oct-23 0:00:00
1-Feb-24 0:00:00
1-Jun-23 0:00:00
1-Jul-24 0:00:00
1-Dec-23 0:00:00
Is there a formula that could do this for me?
Thanks!
For example:
17-Nov-23 0:00:00
29-Jun-23 0:00:00
2-Oct-23 0:00:00
29-Feb-24 0:00:00
30-Jun-23 0:00:00
1-Jul-24 0:00:00
11-Dec-23 0:00:00
In an adjacent column, I need to convert these to be the 1st of the same month/year. I.e., the dates above would become:
1-Nov-23 0:00:00
1-Jun-23 0:00:00
1-Oct-23 0:00:00
1-Feb-24 0:00:00
1-Jun-23 0:00:00
1-Jul-24 0:00:00
1-Dec-23 0:00:00
Is there a formula that could do this for me?
Thanks!