+ Reply to Thread
Results 1 to 5 of 5

Convert numerical date to day of week

  1. #1
    Forum Contributor
    Join Date
    10-25-2012
    Location
    Honolulu, Hawaii
    MS-Off Ver
    Excel 2013
    Posts
    128

    Convert numerical date to day of week

    Hello,

    I have hourly data that I am trying to convert the numerical date to the actual day. How is this done. I have tried WEEKDAY(A1:1) and cannot get it to work.

    File attached

    Thankyou
    Attached Files Attached Files

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,601

    Re: Convert numerical date to day of week

    try this

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Last edited by zbor; 04-24-2014 at 08:28 AM.

  3. #3
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: Convert numerical date to day of week

    Hi,

    Assuming your values are always of an identical format:

    =0+REPLACE(REPLACE(A1,5,0,"/"),8,0,"/")

    Custom Format cell as dddd if desired.

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

  4. #4
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: Convert numerical date to day of week

    or you could use
    =TEXT(TEXT(A1,"0000-00-00"),"yyyy-mm-dd")

    or use the formula
    TEXT(A1,"0000-00-00") and format custom
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    WANT TO SAY THANKS, HIT ADD REPUTATION (*) AT THE BOTTOM LEFT CORNER OF THE POST

    More we learn about excel, more it shows us, how less we know about it.

    for chemistry
    https://www.youtube.com/c/chemistrybyshivaansh

  5. #5
    Forum Contributor
    Join Date
    10-25-2012
    Location
    Honolulu, Hawaii
    MS-Off Ver
    Excel 2013
    Posts
    128

    Re: Convert numerical date to day of week

    Aha,


    I get it now; you convert it using number format.

    Thankyou!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Convert date range to week ending date
    By minkus in forum Excel General
    Replies: 5
    Last Post: 11-29-2010, 04:30 PM
  2. convert date into day of the week
    By legolas in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 05-10-2010, 06:44 AM
  3. convert date to week
    By ndenaro in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-24-2009, 09:48 AM
  4. Convert date into day of week
    By 2funny4words in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-11-2009, 06:09 PM
  5. Convert string dates to proper numerical date format
    By Codpops in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 07-21-2008, 01:01 PM

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