+ Reply to Thread
Results 1 to 2 of 2

Date problem

  1. #1
    PE
    Guest

    Date problem

    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



  2. #2
    Paul Lautman
    Guest

    Re: Date problem

    PE wrote:
    > 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.



+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1