Google Sheets Dates – Parse Date as Month Year Instead of Month Day

google sheetsgoogle-sheets-dates

Going to a new cell, if I type 07/22, if the column data format is set to a date, it interprets this to July 22, 2020 (where 2020 is the current year). I want it to use the 22 as the year, I don't mind if behind the scenes it translates to July 1, 2022 or July 31, 2022 (although I prefer the 1st).

I have the data column set to Month (08)/Year (30) i.e. expected output is exactly as typed 07/22. But even with this on, Sheets interprets the entry as Month, Day.

Best Answer

...if I type 07/22, if the column data format is set to a date, it interprets this to July 22, 2020 (where 2020 is the current year).

The behaviour cannot be changed.

I don't mind if behind the scenes it translates to July 1, 2022 or July 31, 2022

That is what you need to write as well.

I have the data column set to Month (08)/Year (30) i.e. expected output is exactly as typed 07/22. But even with this on, Sheets interprets the entry as Month, Day.

This is just the formatting.
You still have to write a date as day/month/year or month/day/year pending on your locale.

("When typing a date into cell as 12/24". Just think that this could be interpreted as hours, as a fraction etc...)