N
nctl
I have the following code:
=Format$([month] & "/01/" & [year],"mmmm yyyy",0,0)
Which returns:
January 2010
I want it to return:
January
2010
How can I accomplish this? I have tried inserting spaces between mmmm and
yyyyy, but I cannot get the result I am looking for. Could someone tell me
how to make these two things appear on a sepereate line? Thanks.
=Format$([month] & "/01/" & [year],"mmmm yyyy",0,0)
Which returns:
January 2010
I want it to return:
January
2010
How can I accomplish this? I have tried inserting spaces between mmmm and
yyyyy, but I cannot get the result I am looking for. Could someone tell me
how to make these two things appear on a sepereate line? Thanks.