Format date with just month and year

  • Thread starter Thread starter Jay3253
  • Start date Start date
J

Jay3253

I need to format a cell so the date automatically changes when the mont
changes. The output I need is 2/06 or 02/06 and when the month change
it should change to 3/06 or 03/06. Thank yo
 
Jay3253 said:
I need to format a cell so the date automatically changes when the month
changes. The output I need is 2/06 or 02/06 and when the month changes
it should change to 3/06 or 03/06. Thank you

Have you tried clicking (on the menu) Format, Cells, and experimenting with
what you see there?
 
In Format Cells, enter either of these as a custom format:

To get 2/06:

m/yy

To get 02/06:

mm/yy
 
From your post, maybe you should also consider the formula

=TODAY()

Format as mm-yy

HTH
Kostis Vezerides
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top