+ Reply to Thread
Results 1 to 4 of 4

Function to write Weekday - Monday, Tuesday etc

  1. #1
    Shrikant
    Guest

    Function to write Weekday - Monday, Tuesday etc

    What is the function to write Weekday only (MOnday, Tuesday etc) from the
    given date. For example, when I write date as 26 September 2005, the function
    should return the value of Monday.

  2. #2
    papou
    Guest

    Re: Function to write Weekday - Monday, Tuesday etc

    Hello
    Set a formula refering to the date and simply format cell as dddd
    HTH
    Cordially
    Pascal

    "Shrikant" <Shrikant@discussions.microsoft.com> a écrit dans le message de
    news: C9A5BA2A-7626-4C45-B3E7-67B8AC88C6A6@microsoft.com...
    > What is the function to write Weekday only (MOnday, Tuesday etc) from the
    > given date. For example, when I write date as 26 September 2005, the
    > function
    > should return the value of Monday.




  3. #3
    Roger Govier
    Guest

    Re: Function to write Weekday - Monday, Tuesday etc

    Hi

    You don't need a function.
    Format Cells>Number>Custom and set it to ddd

    If you did want to do it by function, then
    =TEXT(A1,"ddd")

    Regards

    Roger Govier


    Shrikant wrote:
    > What is the function to write Weekday only (MOnday, Tuesday etc) from the
    > given date. For example, when I write date as 26 September 2005, the function
    > should return the value of Monday.


  4. #4
    Roger Govier
    Guest

    Re: Function to write Weekday - Monday, Tuesday etc

    Apologies, 1 "d" too few.
    format as "dddd" or TEXTA(A1,"dddd")

    Regards

    Roger Govier


    Roger Govier wrote:
    > Hi
    >
    > You don't need a function.
    > Format Cells>Number>Custom and set it to ddd
    >
    > If you did want to do it by function, then
    > =TEXT(A1,"ddd")
    >
    > Regards
    >
    > Roger Govier
    >
    >
    > Shrikant wrote:
    >
    >> What is the function to write Weekday only (MOnday, Tuesday etc) from
    >> the given date. For example, when I write date as 26 September 2005,
    >> the function should return the value of Monday.


+ 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