The tutorial explains how to use Excel functions to convert text to date and how to turn text strings into dates in a non-formula way. You will also learn how to quickly change a number to date format. Continue reading
by Svetlana Cheusheva, updated on
The tutorial explains how to use Excel functions to convert text to date and how to turn text strings into dates in a non-formula way. You will also learn how to quickly change a number to date format. Continue reading
Comments page 7. Total comments: 726
Am working on staff pension how do I calate the due date of retirement, retire ment age is 65. Staff date of birth is 02/5/1958. Which formular can add 65 to date format to get expected date of retirement
Hello!
To add 65 years to the date use the formula
=DATE(YEAR(A2) + 65, MONTH(A2), DAY(A2))
Please have a look at this article — How to subtract or add years to date in Excel
I hope I answered your question.
how to convert a text "Sun Jan 12 2020 05:29:59 GMT+0530 (India Standard Time)" to a date
Hi,
when i paste this
"48618130 21-2-17 00:11:53 sell 1.00 XAUUSD 1789.19000 1826.6 1785 21-2-17
01:47:41 1787.84000 0.00 -1.79 135.00"
from my trading journal (you can see source here http s://imgur.com/a/JRNOF5J)
into my excel it change date to 21.2.2017, but correct is 17.2.2021. I tried set cell to be TEXT but not working.
Can you give me advice how to format it or code for macro or how to turn off this autochange ?
date is in 1 cell...
Hi,
In your trade journal, the date format is "yy-mm-dd". In your Windows settings, the date format is "dd-mm-yy".
Option 1. Change the default date format in the Windows Control Panel.
Option 2.
=DATE("20"&LEFT(A1,2),MID(A1,4,FIND("-",A1,FIND("-",A1,1)+1)-FIND("-",A1,1)-1),RIGHT(A1,LEN(A1)-FIND("-",A1,FIND("-",A1,1)+1)))
I hope it’ll be helpful.
hi wanted to ask you help on converting Sep 27 2018 to dd/mm/yyyy in excel .. super thanks
Hello!
This problem has already been resolved on our blog. Read here.
Hi, could you please help me to converting date & time like 20210205062248 into mm/dd/yyyy hh:mm:ss AM/PM format
Hello!
I recommend reading this comment.
Hi there,
Could I get some help with converting a date like this 19660218 to yyyy/mm/dd
Thank you,
Robert
Hello!
To get the date use this formula —
=DATE(LEFT(A2,4),MID(A2,5,2),RIGHT(A2,2))
Use custom format "yyyy/mm/dd"
Hello Alexander how would I convert 2014-01 to January using a formula?
Hello!
I recommend using the VLOOKUP function to select the name of the month
=VLOOKUP((--RIGHT(B1,2)), {1,"January";2,"February";3,"March";4,"April";5,"May";6,"June";7,"July";8,"August";9,"September";10,"October";11,"November";12,"December"}, 2,0)
I hope this will help
Hello Alexander-
Unfortunately that did not work! Is there another possible solution for 2014-01?
Perhaps something with a right or left or trim function?
Hi,
The formula works. I write in B1 - "2014-01" and get "January". What doesn't work for you?
When I enter the formula I get #VALUE!
I even copy and pasted to make sure I am entering it in correctly.
Hi,
Unfortunately, without seeing your data it is impossible to give you advice.
Unfortunately, I don't understand the reason for your error. The formula works for me. Could you please describe your task in more detail and send us a small sample workbook with the source data and expected result to support@ablebits.com? Please include the link to your blog comment.
We'll look into your task and try to help.
Hi Alexander, how do you convert number 1 to January 30, 2021, and 1.25 to February 7, 2021, 5 to May 31, 2021, so on and so forth. is this even possible?
Hello!
I believe the following formula will help you solve your task:
=EOMONTH(DATE(2021,1,1),A1-1)+(A1-TRUNC(A1))*31
I hope it’ll be helpful.
Thank you so much! this is very helpful!
How do i convert numbers from 11:07 to 11.07?
Hello!
I guess 11:07 is the time. You can convert it to text -
=TEXT(A1,"hh.mm")
I hope I answered your question. If something is still unclear, please feel free to ask.
Is there a formula I can use to get 041620 (MMDDYY) to generate to April 16, 2020?
Thank you!
Hello!
I believe the following formula will help you solve your task:
=DATEVALUE(TEXT(A1,"##-##-##"))
Set the date format in the cell.
I hope it’ll be helpful.
How do I make it so that when I type 05082017 it automatically switches to 05/08/2017? Without needing to separate the number with “.” “,” “/“ or anything
Hi,
Your problem can only be solved with a VBA macro
Hi,
Is there a way to convert a cell value that is actually a year, but formatted as a number, to an actual year that responds correctly to formulas?
For instance,
Column C displays manufacture years as : 2019, 2017, 2020, etc.
These are all currently just numbers, but should be years so that they can be used in other formulas and tables.
Thanks in advance.
Hello!
You can convert the year number to the start date of that year.
=DATE(C1,1,1)
You can learn more about using DATE function in this article.
Hello!
At work I have encountered a recurring problem with several dates extracted from a SCADA program, that have a structure such as:
2020 - 12 - 31 19:00.106. For my monthly reports, I would like this date to look like: 31.12.2020 19:00, aka the dd/mm/yyyy hh:mm format.
However, whenever I try to convert the date into the format I wish to convert it into, using the Format Cells Menu, nothing changes.
Could you please provide a solution for my problem? I have tried multiple commands, however, converting it into the desired format only works if I manually delete the digits after the . (As in 19:00.106). I would greatly appreciate your help, for I would like to simplify my work.
I have made a mistake in typing, for which I apologize. The date format I export from the SCADA program is: 2020 - 12 - 31 19:00:01:106. I forgot to type in the seconds.
1944 to 2020
helpful, thank you!
4/12/2021- 4/16/2021 to Monday 12th April 2021 - Friday 16th April 2021
How to get Monday 12th April 2021 to Friday 16th April 2021
Hello Alexander,
Looks like you've provided great information so far. My question is no doubt simple, but I can't seem to find an answer.
I need to convert 3-character month text ("JAN" ... "DEC") into a 2-digit text month name ("01" ... "12").
Basically all I need is to add a leading zero to months less than 10 (Jan~Sept), but need a formula to work with any month text.
Can you help, please? Thanks so much.
Can Someone help me convert this text to date?
Nov 26, 2020
Hi,
Your question has already been answered in this comment above.
Hi, Good day!
Can you help me to convert day into date, eg. Saturday, 6:30 pm (as shows in outlook email), need to change it as 21-Nov-2020,6 :30 pm in excel.
Also if not possible, kindly help to split day and time into 2 separate columns in excel.
This would help me to find the duration of the task completed.
Thanks dear
Hello!
Saturday, 6:30 pm cannot be converted to a date since there are 52 Saturdays in the year.
Please check out this article to learn how to split text in a cell.
Hello guys.
I have an excel with dates. I have a several dates like: nov/7/2020, then when I convert to dates with dd/mm/yyyy format it works fine but bellow the last date with november, the october's dates start, and those dates like this: oct/1/2020, doesn't work the date conversion via "Text" to Column".
I need help
Bests regards. Thanks a lot.
Hello!
I’m sorry but your task is not entirely clear to me. For me to be able to help you better, please describe your task in more detail. Please specify what you were trying to find, what formula you used and what problem or error occurred. Give an example of the source data and the expected result.
It’ll help me understand it better and find a solution for you. Thank you.
Hi,
Can someone help with following format please? I need change the format for date e.g 21/09/2020, but it comes up as 5 digit number e.g 44095. How to convert this number to date please? thank you
Hello!
You need to set the date format in the cell.
Please have a look at this article
Hi,
Can someone help with following format please? I need change the format for date e.g 21/09/2020, but it comes up as 5 digit number e.g 44095. thank you
Hey,
Could someone help me covert following:
Oct 30, 2020 (as a text from a .cvs file) - > date
Aim will be to sort the dates from oldest to newest at the end (what is not possible at this point)
Many thanks in advance,
Hello!
Please try the following formula to convert text to date:
=DATE(RIGHT(D1,4),MONTH(1&LEFT(D1,3)),MID(D1,5,2))
I hope my advice will help you solve your task.
Hey, what can I do so that if I enter the number 240402 in A1, I get 24/04/02 in the same cell?
Hello!
I hope you have studied the recommendations in the tutorial above. Pay attention to the following paragraph of the article above — How to convert 8-digit number to date
You can change the value in a cell either manually or using the VBA macro
Hai Alex,
Can you help me?
I want to convert "September 30th 2020, 17:00:08.680" to "October 1st 2020, 00:00:08.680", so i want to change to +8 with automatically change the date and time.
Any idea how to do that automatically?
Thank you Alex.
Hello!
Please have a look at this comment.
Add to date 1. If your data is written in cell D1, and the new date is in D3, then you can use the formula
=TEXT(D3,"mmmm d yyyy")&MID(D1,SEARCH(",",D1,1),50)
I hope my advice will help you solve your task.
Thanks a lot.
Hello Alexander,
First of all, great work here helping everybody out! Thanks for that.
My question is a bit different from most. I have dates like this: early Jan 2021, middle Jan 2021 and late Jan 2021 for example.
From this info a new date should appear in the next column.
- Early Jan 2021 > 25-02-2021
- Middle Jan 2021 > 05-03-2021
- Late Jan 2021 > 15-03-2021
I can turn Early Jan 2021 into dates by using the replace function to turn the word Early into 05.
My question is how do I go from 05 Jan 2021 in one cell to 25-02-2021 in another?
I hope I made myself clear.
Thanks again!
Hello!
If I understand your task correctly, the following formula should work for you:
=DATEVALUE(SUBSTITUTE(A1,"Early",5,1))+51
I hope this will help, otherwise please do not hesitate to contact me anytime.
Also would there be a way to make the formula conditional? So Early would be changed to 5, Middle would be changed to 15 and Late would be changed to 25?
Hello!
I wrote this formula based on the description you provided in your original comment. Please note that if you’d provided me with the precise and detailed description of your task from the very beginning, I’d have created a different formula that would have worked for your case.
=IF(ISNUMBER(SEARCH("early",A1,1)), EDATE(DATEVALUE("1 "&MID(A1,FIND(" ",A1,1)+1,50)),1)+24,
IF(ISNUMBER(SEARCH("middle",A1,1)), EOMONTH(EDATE(DATEVALUE("1 "&MID(A1,FIND(" ",A1,1)+1,50)),1),0)+5,
IF(ISNUMBER(SEARCH("late",A1,1)), EOMONTH(EDATE(DATEVALUE("1 "&MID(A1,FIND(" ",A1,1)+1,50)),1),0)+15,"")))
Thank you for your help Alexander and it works, but only for January. If I use February for example it does not return 25-03-2021 but instead 28-03-2021. I guess what I am trying is a bit too complicated.
I'm sorry, I don't quite understand what's happening in this formula.
What should be in cell A1 in this example? And what would be the output of this formula?
Hi,
In A1, write "Early Jan 2021". You will receive the date 25-02-2020
Ah! If I delete the instance number it works! Thank you so much.
I think my Excel might be different. The variables for my SUBSTITUTE function are: (text; old_text; new_text; [instance_num])
I'm having a hard time with this:
C2 has a custom date format of 2020-10-21 and is set using custom formatting built into Excel
D2 has a static general formatted number of lets say 0085001832000
E2 has a digit, lets use 9
F2 has a custom formatted "date" that was added to the custom formatting selection of yymmdd and is pulling from the date from C2 in a yyyy-mm-dd custom format (i.e. 201021).
G2 has a number in a text format of 20200045
My issue is when I try to combine D2, E2, F2 and G2 into H2, everything works out great with the exception of the Date from cell F2. The combined string says 00850018320009"1144124"20200045. I'm not sure what's happening with the area in "" which should be the date information in F2. Anyone have any idea why it's converting it into what appears to be a number that represents the date?
Hello!
Dates are stored in Excel as numbers. If you want to add a date to a text string, then you need to convert the date to text with TEXT function. Read more in this guide.
If there is anything else I can help you with, please let me know.
I managed to convert some dates as MMDDYYYY to MM-YR. However, only half converted. The rest remains as MMDDYYYY. How do I format the balance?
Hello!
Unfortunately, without seeing your data it is difficult to give you any advice. Please provide me with an example of the source data and the expected result. I can assume that some dates are written as text. What does format mean MM-YR ??
It means Month-Year
If you do not explain how I asked, I cannot help you.
In A2 column I have 200 hundreds of dates as a text string, like, how to get all these into MMDDYYYY format? Here I only know with an open eye which one is a year, and the month and days are confusing.
1949/5/2
2-3-2002
09/11/1988
11/12/1987
03/02/1999
02-08-91
Hello!
All of your dates are spelled differently. Therefore, you need to write a formula for each of them. Use the guidelines in this article, as well as the DATE, LEFT, MID, RIGHT functions.
You will find many ways to convert text to date in the comments to this article.
Hello,
I have a transaction date and time as text, 2020092120371600. I need it to display as date and time, including the seconds, in a single cell. Ideally the above would display as 09/21/20 21:37 16:00, where the 16:00 represent seconds. Can this be done such that the column of transactions date/times can be sortable? Thanks in advance for assistance with this.
Hello!
To convert your text to date and time, use the formula
=DATE(LEFT(A1,4),MID(A1,5,2),MID(A1,7,2))+TIME(MID(A1,9,2),MID(A1,11,2),MID(A1,13,2))
Use a custom date and time format too
mm/d/yyyy hh:mm SS:"00"
I hope my advice will help you solve your task.
This worked perfectly! Thank you!
In certain cases, the last 2 digits in my time stamp are not "00". Maybe this is called hundredths of a second? Can Excel also handle this via formatting? Even though the value is very, very small, it does make a difference in my sort-order. An example would be; 2020091712225895
Hello!
Change the formula to show milliseconds
=DATE(LEFT(D1,4),MID(D1,5,2),MID(D1,7,2)) + TIME(MID(D1,9,2),MID(D1,11,2), MID(D1,13,2)) + (1/24)/60/60/1000*RIGHT(D1,2)
Milliseconds are usually 3 digits. If you only use 2 digits then
=DATE(LEFT(D1,4),MID(D1,5,2),MID(D1,7,2)) + TIME(MID(D1,9,2),MID(D1,11,2), MID(D1,13,2)) + (1/24)/60/60/1000*RIGHT(D1,2)*10
Also use another custom date and time format
mm/d/yyyy hh:mm ss.000
Every last decimal and digit looks great? I really am thankful for your time to help with this. I know how you did this, but I struggle writing these. It's like magic when I double-click the cross that populates the column on down. Cheers!
i am very thankful to you if you convert text
Jan 15, 2021 15:33:25
in to 15,1,2021 and 15:33:25
I solved it myself! :3
I hope is useful for someone else.
Sep 7 2020 5:14PM
Sep 11 2020 1:12AM
Sep 18 2020 10:18PM
Mar 3 2020 10:34PM
first column
=date(MID(A2,8,4),MONTH(1&LEFT(A2,3)),MID(A2,5,2))
second column
=TIMEVALUE(MID(A2,13,5)&" "&RIGHT(A2,2))
Regards.
Need to convert the following format into two columns. So it will look like this:
Sep 7 2020 5:14PM 09/07/2020 5:14 PM
Sep 11 2020 1:12AM 09/11/2020 1:12 AM
Mar 3 2020 10:00PM 03/03/2020 10:00 PM
Thank you for your support.
Hello!
If I understood correctly, you want to split the text into 2 parts. Use "M" as separator.
Please use the following formula:
=LEFT(A1,FIND("M ",A1,1))
=RIGHT(A1,LEN(A1)-FIND("M ",A1,1)-1)
Hello Alexander!
I'm sorry but that's not what I want to do. On COLUMN A it will show the text "Mar 3 2020 10:34PM"
What I want is that in COLUMN B will show the date in number format>>> 03/03/2020
And in COLUMN C it will show the time>>> 10:34 PM
I tried the formulas that you provided and they gave me #VALUE! error.
Hello!
The formula I sent to you was created based on the description you provided in your first request. However, as far as I can see from your second comment, your task is now different from the original one. Hence, the formula fails to work.
The CSV text comes like this:
Sep 7 2020 5:14PM
Sep 11 2020 1:12AM
Sep 18 2020 10:18PM
Mar 3 2020 10:34PM
I want to make it: mm/dd/yyyy
And on another column: h:mm AM/PM
To make it a little bit more clear. Type A to Type B:
Type A
Mar 3 2020 10:00PM (:00PM is not a typo, that's how the system gives me the value)
TYPE B
COLUMN 1----COLUMN2
03/03/2020---- 10:00 PM
Dear sirs, can I ask for a wee bit of your expertise since my own is not enough in this case?
I am looking to do comparisons between quarters during the year but with the closing balance date fixed from previous year. Let me explain:
E.g. QUARTER 4(b)=2020-12-31, QUARTER 3(c)=2020-09-30, Closing balance (QUARTER 4(a))=2019-12-31.
I have created formulas for Q4(b) and Q3(c) (linked to another date cell) respecively so that when Q4(b)=>Q1(b), Q3(c)=>Q4(c). But, i want the Closing balance date Q4(a) (ie. 2019-12-31) to remain the same during the year UNTILL the new accounting year starts. So when Q1(b)=2021-03-31, Q4(c)=2020-12-31 and Q4(a)=2020-12-31.
In words, Q(b) and Q(c) change during the year where Q(a) remain the same with previous year's closing date, and it's only when the Q(b)/Q(c) year change as Q(a) changes closing date one year forward.
I find the Q(a) value quite tricky to solve.
Thank you and regards,
Daniel
I cannot do calculation with "9/25/2019 12:00:00 AM". It seems it is text. How can I convert it to "Sep 25 2019"? I want to do a subtraction with another cell in that format to get the days in between.
Hello!
If your date is written as text, you can convert it to a real date using the formula
=DATE(MID(E1,FIND("~",SUBSTITUTE(E1,"/","~",2),1)+1,FIND(" ",E1,1) - FIND("~",SUBSTITUTE(E1,"/","~",2),1)-1), LEFT(E1, SEARCH("/",E1,1)-1), MID(E1,FIND("~",SUBSTITUTE(E1,"/","~",1),1)+1, FIND("~",SUBSTITUTE(E1,"/","~",2),1) - FIND("~",SUBSTITUTE(E1,"/","~",1),1)-1))
Then set the date format you want in the cell.
How do I covert this number to a date - Month/Day/Year
I tried this formula and it does not work.
=DATE(RIGHT(A2,4), MID(A2,3,2), LEFT(A21,2)) 1/6/2020
Posting Date Transaction Date
06012020 05292020
06012020 05282020
06012020 05292020
Hello!
The formula
=DATE(RIGHT(A2,4), MID(A2,3,2), LEFT(A2,2))
or
= MID(A2,3,2)&"/"&LEFT(A2,2)&"/"& RIGHT(A2,4)
works.
I have imported data from our school information system. Birthdays are showing as 8/20/2002. I need the format to be a text before I can upload the file to another system. The format has to be in mmddyyyy, which I have done so my cell now shows 08202002, but I need it to be recognized as text, not a date before I upload it. If I try to convert it to text, it shows the number 37498, which I understand is the number of days since Jan. 1 1900. How do I get the cell to recognize 08202002 as text and no longer as a date? If I upload it as it is showing, I receive an error stating my date is in the wrong format, because it is still showing as a date not a number.
Thank you.
Hello!
If I understand your task correctly, the following formula should work for you:
=TEXT(F10,"mmddyyyy")
How to convert date to text read more here.
Hi Alexander
Please help to convert
8/19/2020 7:37:23 PM in General to 19-08-2020 19:37
Hello!
If your data is written as text, use the DATEVALUE function. Please read the above article carefully.
HI ,
I HAVE TRIED DATEVALUE BUT NOT NOT WORKED.Please help to take a difference for two entries as they are text strings.Thanks
8/14/2020 7:48:53 AM 8/17/2020 12:29:35 PM
Hello!
What is the date format on your computer - dd/mm/yyyy or mm/dd/yyyy? If the format is mm/dd/yyyy, then your text should be automatically converted to date.
Thank you so much for this! This is very helpful!
Hello
How do i please convert this "40464% order date in cell C2 into a normal date format
Hi. Previously, if I type "8-10" it would be treated as mmdd resulting to "Aug-10" or depending on default format. Now, excel treats "8-10" as ddmm and shows October-08. Is there a way to change the default syntax of typing dates without having to change the date format every new excel worksheet?
Hello,
How to convert 2020-04-17T10:58:58Z to DD/MM/YYYY
Thank You
Hello!
If I understand your task correctly, the following formula should work for you:
=DATE(--LEFT(D3,4),--MID(D3,6,2),--MID(D3,9,2))
The formula returns the date. You can use any date format you need.
Hi!
I have a question, I wanted to get a continuous string of yyyymmm, but if I do it I get something like 201913. For example, I started off with date 201906, and I wanted that to keep going into 202006 without me having to change the 201913, 201914, 201915 etc. Is there a way to do this? For my formula I just do the cell+ 1, which is why i get the 201913.
Thank you!
Hello!
If you wanted the string "yyyymmm" then 201913 is not possible. After all, month 13 does not exist! So what numbers do you want? In addition, if you add 1 to the date, it means +1 day, not +1 month.
Hello, I want to put 3 reminder dates at least in one cell, and then used those dates to determine the last activity date of all dates in my sheet, meaning there would be different cells selected which will have one single date. Formating for reminder dates would be (01/06/2020 (alt+enter) 06/06/2020 (alt+enter) 12/06/2020)
Hello!
In this case, your dates will be written as text. Explain what you want to do with these cells? Give an example of the desired result. It’ll help me understand it better and find a solution for you. Thank you.
Hi Alexander,
I need to convert YYYYMMDD to MMDDYY for all the cells is it possible. Please help
Hello Shruthi!
I’m sorry but your task is not entirely clear to me. Could you please describe it in more detail? Is your data recorded as a date or as text? Do you want to get the result as a date or as text? Write an example of the source data and the result you want to get.
Hi,
I need to convert dates in the following format - MMYY - from TEXT to DATE format. The dates are entered as follows:
114 for 01/1/2014
1015 for 10/1/2015
616 for 06/1/2016
The day is always understood to be 1 so it is never entered. The year is always understood to start with 20 so it is never entered. Zeros are never entered in front of single-digit months.
Do you have a formula to convert?
Any help would be appreciated!
Hello Sandra!
To convert text to date, use the LEFT and RIGHT functions
=DATE("20"&RIGHT(A1,2),LEFT(A1,LEN(A1)-2),1)
I hope it’ll be helpful.
I have two columns with date and time stamp as strings ex. June-23-2020 12:38:42 PM.
First I want to convert these to normal date and time format so that I can find time different between two columns. Please suggest.
Hello!
To select a date from your text, use the formula
=DATEVALUE(MID(Z1,FIND(" ",Z1,1)-4,4)&"-" &MATCH(LEFT(Z1,3),{"Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"}) &"-"&MID(Z1,FIND(" ",Z1,1)-7,2))
To select time from the text, use the formula
=TIMEVALUE(RIGHT(Z1,LEN(Z1)-FIND(" ",Z1,1)))
Hope this is what you need.
I took out an output from some tool which gave me the numeric value of the datetime -
June 25, 2020 16:06:37 as 1593065197208, when i exported it in csv.
i am not sure what 1593065197208 is and how to convert it back to
** correction **
convert it to June 25, 2020 16:06:37 in excel. Can you please explain what that number is and how to convert it.
Thanks in Advance.
Glad to see that you have replied to almost all queries. I have tried to follow many options that have been provided but unable to get the text into date format. I have this number in text format that in reality is last-logged in date & time stamp in source system. When retrieved it comes as text as 132374551396990975
How can i format it into date or date & time stamp.
Hello!
Explain what result you would like to get from the number 132374551396990975?