Hi all,
I have a column with month names in English (January, February, etc) and I wanted to transform them into months (and in the end in a complete date based on month-end) with this formula:
=MONTH(DATEVALUE(C2&" 1"))
However my regional language is not in English, but the months are. So for most months I get the #value error.
So does anyone know how to solve this?
And bonus question any way to transform just the month-name with a formula to 1-month-first year month-name happens again.
So it's September now, so if it is still September it would be 1-9-2018, no matter which day in September it actually is. However if month-name would be July it would have to say 1-7-2019. Is this possible (without VBA)?
I have a column with month names in English (January, February, etc) and I wanted to transform them into months (and in the end in a complete date based on month-end) with this formula:
=MONTH(DATEVALUE(C2&" 1"))
However my regional language is not in English, but the months are. So for most months I get the #value error.
So does anyone know how to solve this?
And bonus question any way to transform just the month-name with a formula to 1-month-first year month-name happens again.
So it's September now, so if it is still September it would be 1-9-2018, no matter which day in September it actually is. However if month-name would be July it would have to say 1-7-2019. Is this possible (without VBA)?