Date problem

P

PE

I have created a custom date format "YEAR ENDED "dd mmmm yyyy which displays
as YEAR ENDED 31 March 2006.

I can't get the date to appear in uppercase. I've tried the format as DD
MMMM YYYY but this has no effect.

Is there a way of doing this?

Al
 
P

Paul Lautman

PE said:
I have created a custom date format "YEAR ENDED "dd mmmm yyyy which
displays as YEAR ENDED 31 March 2006.

I can't get the date to appear in uppercase. I've tried the format
as DD MMMM YYYY but this has no effect.

Is there a way of doing this?

Al

Instead of using cell formatting, use the following formla:

="YEAR ENDED "&UPPER(TEXT(NOW(),"dd mmmm yyyy"))

replace NOW() with any or formula that contains the date that you are
interested in.
 

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