I have a spreadsheet containing credit card details such as expiration date. I would like to have cells formatted in the MM/YY format, e.g. expiration of Feb. 2024 would be 02/24. Right-clicking the cell → Format Cells → selecting “Date” and format of “12/99” with the format code as “MM/YY” does not produce the expected result. When I enter the date “02/24”, it gets formatted to “02/20”. The actual content of the cell is “02/24/2020”, which is also incorrect.
Is this a bug? How can I get it to format properly? Ideally, I would also prefer not typing the slash (e.g. user-input of “0224” gets formatted to “02/24”)–the less typing the better.