+ Reply to Thread
Results 1 to 4 of 4

function to return days

  1. #1
    crapit
    Guest

    function to return days

    Is there any built-in function to return value i.e Monday, Tuesday



  2. #2
    K Dales
    Guest

    RE: function to return days

    It could be done this way (if the date to check is in A1):
    =CHOOSE(WEEKDAY(A1,1),"Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")


    "crapit" wrote:

    > Is there any built-in function to return value i.e Monday, Tuesday
    >
    >
    >


  3. #3
    Bob Phillips
    Guest

    Re: function to return days

    =TEXT(A1,"dddd")

    --
    HTH

    Bob Phillips

    "crapit" <littlecramP@yahoo.com.sg> wrote in message
    news:ODgZ3VjfFHA.2156@TK2MSFTNGP14.phx.gbl...
    > Is there any built-in function to return value i.e Monday, Tuesday
    >
    >




  4. #4
    Niek Otten
    Guest

    Re: function to return days

    =TEXT(A1,"dddd")

    Or just format the date as dddd, so that it remains a date

    --
    Kind regards,

    Niek Otten

    Microsoft MVP - Excel
    "crapit" <littlecramP@yahoo.com.sg> wrote in message
    news:ODgZ3VjfFHA.2156@TK2MSFTNGP14.phx.gbl...
    > Is there any built-in function to return value i.e Monday, Tuesday
    >




+ 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