Date format with other text

G

Guest

I am trying to get a cell with other text to show the current date in the
format "yyyy". The entire cell will read "January 2005 Temperatures". I have
tried the syntax ="January "&TODAY()&" Temperatures". I have changed the
number format to a custom "yyyy" and it gives me the serial number for today.
I will have seperate sheets for each month, so I want the month typed in and
the year to be variable. What syntax do I use to change the format of the
date with other text in my formula bar?

I am setting up a sheet for someone who is intimidated by computers, and I
don't want him to have to alter any more data over the years than he has to.
 
T

Tom Ogilvy

="January "&Text(TODAY(),"yyyy")&" Temperatures"


--
Regards,
Tom Ogilvy


LDanix said:
I am trying to get a cell with other text to show the current date in the
format "yyyy". The entire cell will read "January 2005 Temperatures". I have
tried the syntax ="January "&TODAY()&" Temperatures". I have changed the
number format to a custom "yyyy" and it gives me the serial number for today.
I will have seperate sheets for each month, so I want the month typed in and
the year to be variable. What syntax do I use to change the format of the
date with other text in my formula bar?

I am setting up a sheet for someone who is intimidated by computers, and I
don't want him to have to alter any more data over the years than he has
to.
 
G

Guest

Thank you, Tom! I've been going crazy trying to get that. I kept wanting to
use the @ instead of the comma.

Thanks again!
Luke
 

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