+ Reply to Thread
Results 1 to 5 of 5

Date format issue shows as Jan 8, 2015 (Non date format) but want DD/MM/YYYY - Help

  1. #1
    Forum Contributor
    Join Date
    07-16-2014
    Location
    Yorkshire
    MS-Off Ver
    MS 10
    Posts
    100

    Date format issue shows as Jan 8, 2015 (Non date format) but want DD/MM/YYYY - Help

    Hi all,

    Got the above issue,

    Date in report appears as Jan 8, 2015 non date format, but I want DD/MM/YYY to allow me to use excel to count days and perform other tasks.

    I have tried a few things I know, and also have a method that should get me there, but its a bit long winded and hoped for something a little more swift!

    thanks in advance.

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

    Re: Date format issue shows as Jan 8, 2015 (Non date format) but want DD/MM/YYYY - Help

    Hi.

    Are the dates in question always of the form either:

    mmm d, yyyy

    or:

    mmm dd, yyyy

    ?

    Regards
    Click * below if this answer helped

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

  3. #3
    Forum Contributor
    Join Date
    07-16-2014
    Location
    Yorkshire
    MS-Off Ver
    MS 10
    Posts
    100

    Re: Date format issue shows as Jan 8, 2015 (Non date format) but want DD/MM/YYYY - Help

    Quote Originally Posted by XOR LX View Post
    Hi.

    Are the dates in question always of the form either:

    mmm d, yyyy

    or:

    mmm dd, yyyy

    ?

    Regards
    Yes they are always either of the 2 formats you have shown.

    Thanks

  4. #4
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Date format issue shows as Jan 8, 2015 (Non date format) but want DD/MM/YYYY - Help

    This works

    =(SUBSTITUTE(LEFT(REPLACE(A1,1,4,""),3),",","")+0&"/"&MONTH("1/"&LEFT(A1,3))&"/"&RIGHT(A1,4))+0

    format as date
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  5. #5
    Forum Contributor
    Join Date
    08-28-2013
    Location
    grand rapids, michigan
    MS-Off Ver
    Excel 2010
    Posts
    163

    Re: Date format issue shows as Jan 8, 2015 (Non date format) but want DD/MM/YYYY - Help

    um...maybe I am missing something here, but why can't you just format the cell(s) in question? If you right click on the cell you can then click on "format cell". Then you simply scroll down to date and choose the date setting you would like to see. If that does not work you can scroll further down to "Custom" and choose something like "00.\/00.\/0000". There will be some option in your custom format issue that look like that. Between those 2 methods you should be able to get it done. Also, if you format the cell to display a number it will automatically display the numerical value of the date. Something like "42120" depending on the date. This is the number you will need to calculate values between dates. There are several other ways, but at this point I think i might be missing something.

+ 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. Replies: 6
    Last Post: 04-20-2015, 09:40 AM
  2. [SOLVED] VBA Userform date format issue - dd/mm/yyyy
    By JamesFinch in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-06-2014, 08:03 AM
  3. [SOLVED] help on vba code to change the error date format as standard format mm/dd/yyyy
    By johnodys in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-13-2013, 01:10 AM
  4. Column Range with date Format MM/DD/YYYY independate of sys date Format
    By gaursh in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-18-2011, 03:31 AM
  5. VBA Format issue - How to get the date to display as in 'mm/dd/yyyy'
    By Kayote in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-27-2007, 06:06 AM

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