+ Reply to Thread
Results 1 to 4 of 4

Days from Dates

  1. #1
    Registered User
    Join Date
    06-06-2011
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2007
    Posts
    5

    Days from Dates

    Hi, does anyone know a formula or vlookup to return the day of the week (Mon, Tue, etc) from a date? Thanks, Bob

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Days from Dates

    If you have a date in A1 try this formula in B1

    =TEXT(A1,"dddd")

    That'll give the full day like "Monday" - for "Mon" use just 3 ds, i.e. "ddd"
    Audere est facere

  3. #3
    Registered User
    Join Date
    02-04-2011
    Location
    Australia
    MS-Off Ver
    Excel 2007
    Posts
    24

    Re: Days from Dates

    Try this in the cell you want the day to appear..

    =IF(ISBLANK(H5),"",WEEKDAY(H5,1))

  4. #4
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326

    Re: Days from Dates

    Mick

    The OP asked to return the day as a string Mon Tue, etc.. The WEEKDAY function returns a number

+ 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