+ Reply to Thread
Results 1 to 3 of 3

show day in column B for Date in column A

  1. #1
    Registered User
    Join Date
    04-15-2004
    Posts
    30

    show day in column B for Date in column A

    I want the Excel to show the day of the week in column B for whatever date is entered in column A.

    Please advise.

  2. #2
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996
    Here are 2 options:

    For a date in A1

    B1: =TEXT(A1,"DDD")

    OR
    B1: =A1
    Custom Format B1 to only show the day
    <Format><Cells><Number tab>
    Category: Custom
    Type: DDD

    Note:
    DDD shows the 3 letter day (Mon, Tue, etc)
    DDDD shows the full day name (Monday, Tuesday, etc)

    Does that help?

    Regards,
    Ron

  3. #3
    Registered User
    Join Date
    04-15-2004
    Posts
    30
    Quote Originally Posted by Ron Coderre
    Here are 2 options:

    For a date in A1

    B1: =TEXT(A1,"DDD")

    OR
    B1: =A1
    Custom Format B1 to only show the day
    <Format><Cells><Number tab>
    Category: Custom
    Type: DDD

    Note:
    DDD shows the 3 letter day (Mon, Tue, etc)
    DDDD shows the full day name (Monday, Tuesday, etc)

    Does that help?

    Regards,
    Ron
    You are The Best!!!
    I could never figure this out..

+ 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