+ Reply to Thread
Results 1 to 6 of 6

Want day of the week when I insert a date

  1. #1
    HT
    Guest

    Want day of the week when I insert a date

    **cross post from microsoft.public.excel**..no answer as of yet

    Excel 2003
    WindowsXP

    I am creating a spreadsheet and inserting many dates. I want to insert the
    date and have the day of the week of that particular date appear. Otherwise
    I would have to look up years worth of dates.

    Is there a way to do this?

    Thank you.




  2. #2
    Ron de Bruin
    Guest

    Re: Want day of the week when I insert a date

    Hi

    Format the cells like this
    dddd

    --
    Regards Ron de Bruin
    http://www.rondebruin.nl


    "HT" <[email protected]> wrote in message news:%[email protected]...
    > **cross post from microsoft.public.excel**..no answer as of yet
    >
    > Excel 2003
    > WindowsXP
    >
    > I am creating a spreadsheet and inserting many dates. I want to insert the
    > date and have the day of the week of that particular date appear. Otherwise
    > I would have to look up years worth of dates.
    >
    > Is there a way to do this?
    >
    > Thank you.
    >
    >
    >




  3. #3
    bigwheel
    Guest

    RE: Want day of the week when I insert a date

    Hi, =TEXT(A1, "dddd") if your date is in A1

    "HT" wrote:

    > **cross post from microsoft.public.excel**..no answer as of yet
    >
    > Excel 2003
    > WindowsXP
    >
    > I am creating a spreadsheet and inserting many dates. I want to insert the
    > date and have the day of the week of that particular date appear. Otherwise
    > I would have to look up years worth of dates.
    >
    > Is there a way to do this?
    >
    > Thank you.
    >
    >
    >
    >


  4. #4
    HT
    Guest

    Re: Want day of the week when I insert a date

    Thanks guys..another user said to use Format, Cell, Number, Date and click
    on the second option that includes the day with the date.

    "bigwheel" <[email protected]> wrote in message
    news:[email protected]...
    > Hi, =TEXT(A1, "dddd") if your date is in A1
    >
    > "HT" wrote:
    >
    > > **cross post from microsoft.public.excel**..no answer as of yet
    > >
    > > Excel 2003
    > > WindowsXP
    > >
    > > I am creating a spreadsheet and inserting many dates. I want to insert

    the
    > > date and have the day of the week of that particular date appear.

    Otherwise
    > > I would have to look up years worth of dates.
    > >
    > > Is there a way to do this?
    > >
    > > Thank you.
    > >
    > >
    > >
    > >




  5. #5
    Registered User
    Join Date
    09-22-2005
    Posts
    28

    Weekday

    12/05/06 =WEEKDAY(A2,1) =VLOOKUP(B2,$A$11:$B$17,2,FALSE)

    13/10/05 =WEEKDAY(A4,1) =VLOOKUP(B4,$A$11:$B$17,2,FALSE)

    12/05/04 =WEEKDAY(A6,1) =VLOOKUP(B6,$A$11:$B$17,2,FALSE)




    2 Monday
    3 Tuesday
    4 Wednesday
    5 Thursday
    6 Friday
    7 Saturday
    1 Sunday



    First read the Weekday Fuction to understand, If you start your week on a Sunday, the ref to enter will be 1, meaning 1 will be first day of the week or Sunday. Then you just do a vlookup as list above

    Cheers

    A

  6. #6
    HT
    Guest

    Re: Want day of the week when I insert a date

    Theim,

    I am not familiar with creating these functions..but I would like to be
    ...how would I?

    Thank you.


    "Thiem" <[email protected]> wrote in
    message news:[email protected]...
    >
    > 12/05/06 =WEEKDAY(A2,1) =VLOOKUP(B2,$A$11:$B$17,2,FALSE)
    >
    > 13/10/05 =WEEKDAY(A4,1) =VLOOKUP(B4,$A$11:$B$17,2,FALSE)
    >
    > 12/05/04 =WEEKDAY(A6,1) =VLOOKUP(B6,$A$11:$B$17,2,FALSE)
    >
    >
    >
    >
    > 2 Monday
    > 3 Tuesday
    > 4 Wednesday
    > 5 Thursday
    > 6 Friday
    > 7 Saturday
    > 1 Sunday
    >
    >
    >
    > First read the Weekday Fuction to understand, If you start your week on
    > a Sunday, the ref to enter will be 1, meaning 1 will be first day of the
    > week or Sunday. Then you just do a vlookup as list above
    >
    > Cheers
    >
    > A
    >
    >
    > --
    > Thiem
    > ------------------------------------------------------------------------
    > Thiem's Profile:

    http://www.excelforum.com/member.php...o&userid=27474
    > View this thread: http://www.excelforum.com/showthread...hreadid=475514
    >




+ 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