+ Reply to Thread
Results 1 to 5 of 5

How do i get todays date to show as an actual date?

  1. #1
    Registered User
    Join Date
    03-19-2016
    Location
    Wisconsin
    MS-Off Ver
    2013
    Posts
    8

    Exclamation How do i get todays date to show as an actual date?

    I have a report that we export from our system at work, in the report it exports the date as general text and shows as 6032025. How do I change it to an actual date that displays as 03/06/2025? Is there a formula I can use in the next column over?

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 insider Version 2504 Win 11
    Posts
    24,669

    Re: How do i get todays date to show as an actual date?

    Excel 2016 (Windows) 64 bit
    A
    B
    1
    6032025
    =CONCAT(MID(A1,2,2),"/",LEFT(A1,1),"/",RIGHT(A1,4))
    Sheet: Sheet1
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Forum Expert
    Join Date
    07-23-2018
    Location
    UK
    MS-Off Ver
    O365 32bit (Windows)
    Posts
    2,924

    Re: How do i get todays date to show as an actual date?

    Another take:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  4. #4
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    47,995

    Re: How do i get todays date to show as an actual date?

    For a true date:
    PHP Code: 
    =DATE(RIGHT(A1,4),LEFT(A1,LEN(A1)-6),MID(A1,LEN(A1)-5,2)) 
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  5. #5
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,677

    Re: How do i get todays date to show as an actual date?

    Try this

    =TEXT(A1,"00-00-0000")+0

    format result cell with required date format
    Audere est facere

+ 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. Show todays date if Cell contains the word Yes
    By GarethMoan in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-01-2024, 11:35 AM
  2. Two dates (w/ Todays date in mind) and % actual Progress = % complete
    By shayshay1020 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-07-2020, 10:13 AM
  3. [SOLVED] Show the week nukmber of todays date from a starting date
    By john dalton in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-02-2014, 05:27 AM
  4. [SOLVED] Date picker to show todays date HELP!!!!
    By Bflare in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 01-26-2014, 02:02 PM
  5. CF to colour cells that show a date approaching todays date
    By alexander.small in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-24-2013, 05:23 AM
  6. Replies: 1
    Last Post: 07-01-2010, 11:32 AM
  7. Using VB to find a range based on todays date and todays date +30
    By Steve_al in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-13-2009, 09:31 AM

Tags for this Thread

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