Always show Jan of current year

K

Keyrookie

I keep running into problems and need this forum! I'm wanting to show
Jan of the current year. This needs to be automatically updated each
year as it controls a calendar. For example, A1 will be Jan. 2010 and
then will change to Jan 2011 when the year changes. I'm using a
drop-down validation function now to change the years but I's like to
have this update annually.

Thanks again for all the help,

K
 
P

Pete_UK

You could have something like this in A1:

=DATE(YEAR(TODAY()),1,1)

and format the cell as mmm yyyy

This will then follow the system date on your computer.

Hope this helps.

Pete
 

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

Top