Comments on: How to convert text to date and number to date in Excel

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 5. Total comments: 726

  1. I have a column of dates as e.g. 31 Mar, 2022 and have been using the formula =DATE(RIGHT(E4,4), MONTH(DATEVALUE(LEFT(E4,3)&"1")), MID(E4,5,FIND(",",E4)-FIND(" ",E4)-1)). It's a weekly report that I convert but lately it has been throwing back #VALUE!. Do you have any idea why one week it will work and another it won't. I can't see any change in the original dates including any spaces. Thank you.

    1. Hello!
      This formula converts the text "Mar 31, 2022" into a date. To convert the text "31 Mar, 2022" to date, you can use the DATEVALUE function, as described in the article above.

  2. Importing a text file date shows as per left column... desired output in right column.. Any formula recommendations to get the desired result? (issue is that excel drops the zero in front of the first string)

    String text Desired Answer
    7122021 12/7/2021
    25102021 10/25/2021

  3. Hi guys
    Any way to convert 2m 19d (2 months and 19 days...!) to an excel recognised date format?
    I realise it is the most ridiculous export, please help!

    1. Hello!
      The information you provided is not enough to understand your case and give you any advice. There are a different number of days in a month. What should be the result? March 19, 1900?

      1. I have a similar request for help. My Excel sheet has the length of service written as "1 year 2 months 28 days". Can I write a formula to convert that to total number of days? And then can Excel convert the number of days to determine the exact hire date.

  4. How to convert this text value to date only:
    Wed Sep 01 00:07:00 UTC 2021

    1. Hello!
      The formula below to solve your task:

      =DATE(RIGHT(A1,4),VLOOKUP(MID(A1,5,3), {"JAN",1;"FEB",2;"MAR",3;"APR",4;"May",5;"JUN",6;"JUL",7;"AUG",8;"Sep",9;"OCT",10;"NOV",11;"DEC",12},2,0), MID(A1,9,2))+ TIMEVALUE(MID(A1,12,8))

  5. Hi , I have a question.
    Emp ID Name Tenure Year Tenure Month Workout Core Time Productivity Productivity Q2 Productivity Q3 Workout Q2 Workout Q3 Time Worked
    20 Pat 2 10 1064.99 893.65 119.17% 119.17% 120.82% 1064.99 1079.71 1008.52
    30 Him 5 9 502.15 421.47 119.14% 119.14% 120.82% 502.15 509.22 469
    32 Piy 2 7 825.75 697.75 118.34% 118.34% 120.82% 825.75 843.04 926
    34 Sak 2 4 939.56 811.97 115.71% 115.71% 120.82% 939.56 981.03 950.6
    33 Rav 8 8 917.66 803.18 114.25% 114.25% 120.82% 917.66 970.41 943.38
    28 Dee 2 9 861.31 754.28 114.19% 114.22% 120.82% 861.54 911.30 902.3
    35 Sam 6 2 907.71 807.12 112.46% 114.22% 120.82% 921.92 975.17 908.45
    31 Om 9 0 892.36 797.5 111.89% 114.22% 120.82% 910.94 963.56 938.4
    19 Log 5 8 834.71 788.82 105.82% 114.22% 120.82% 900.97 953.01 908.28

    Based on this data I want to get maximum and minimum potential benefits from Productivity @ quartile 2 and quartile 3.
    Productivity baseline = sum of workout / sum of core time.
    Productivity at quartile 2 = total workout at Quartile 2 / core time and
    Productivity at quartile 3 = total workout at Quartile 3 / core time and
    and productivity variance

    can you please help
    thanks, Maddy

    1. Hi!
      If I understand correctly, your task is to find the sum of the column and divide the numbers. This has nothing to do with the topic of the article. If you have a question about a specific formula, ask it in the required section.

  6. SAMPLE…
    DATA A1 6
    A2 EA
    A3 11/04/21

    USED FORMULA: =CONCATENATE("SHORTAGE OF ",ABS(A1),"(",A2,")",", ISSUED ON ",A3," (NO VARIANCE)"
    OUTPUT : SHORTAGE OF 6(EA), ISSUED ON 44297 (NO VARIANCE)

    How to convert the value format 44297 to date format using the formula.

    1. formula:
      =TEXT(44297;"mm/dd/yy")
      results in:
      00/dd/yy
      Can you pls help?

      1. Hi!
        The date in Excel is stored as a number. But you must provide to the TEXT function not a number, but a date. Use the DATE function:

        =TEXT(DATE(2021;4;11);"mm/dd/yy")

        I hope it’ll be helpful.

    2. Hello!
      To convert a number to a date in text form, replace 44297 with the formula:

      TEXT(44297,"mm/dd/yy")

      1. Thanks for the help... Happy.

  7. Hello,
    The date in csv document was exported as the following:
    1.57775E+12 (it displays as 1577750400000) in the formula field.
    The cells with the dates are in General format.
    How can I convert such number in the Date?
    All the dates supposed to be Dec.31 of various years.

    Thank you very much for your help!

  8. Hi Alexander, I have a text format like this 15/06/2021 and I want to convert as date 2021/09/22.

  9. I have data from an export that gave me dates formatted as text or general (applying other pre-formatted date styles has no effect): 960212 (YYMMDD) and I need to convert it to a date in this format: 02/12/1996 (MM/DD/YYYY).
    Any help for this?

    Ken

      1. You are a genius, thank you so much. Was struggling a lot because of this.

  10. Hi, I would like to convert this date and time string (Nov 15, 2019 02:34 PM) exported from a system to a valid date field in excel so that I can use the =WORKINGDAYS formula. Many thanks Laura

    1. Hello!
      How to convert your text to date and time, see this comment.
      I hope I answered your question. If you have any other questions, please don’t hesitate to ask.

      1. Hi Alexander, the formula works however, it returns a #VALUE error when the date is a single date eg. 4th rather than 14th of a month.
        Jan 4, 2021 09:22 AM returns #VALUE!
        Jan 15, 2021 08:27 AM returns 15/01/2021 as expected.
        Can you help me identify what in the formula needs to change or if there is a second step I need to complete. The WORKINGDAYS formula works well on the result

        1. Hi!
          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.

          =DATE(MID(A1,FIND("~",SUBSTITUTE(A1," ","~",2),1)+1,4), VLOOKUP(LEFT(A1,3), {"JAN",1;"FEB",2;"MAR",3;"APR",4;"May",5;"JUN",6;"JUL",7;"AUG",8;"Sep",9;"OCT",10;"NOV",11;"DEC",12},2,0), MID(A1,FIND(" ",A1,1)+1,SEARCH(",",A1,1)-5))

          1. Thank you for your help.

  11. Hello all,

    I have a question, I get amount of data as a text genereated in .csv file, for e.g. "02-NOV-18" I would like to convert this as a date in excel format "yyyy-mm-dd". I was trying to use text as a column method, but nothing change, or when I use formula =Value or date.value nothing also change. Someone can help me with that ? Thanks in advance

  12. I WANT TO CONVERT A DATE INTO A DAY EXAMPLE 28/02/1968 IN A GRAPH I WANT TO HAVE ONLY 28 THE LABLE THE THE GRAPH AS BELOW FREBRUARY

  13. Hello, my question is how can i convert text to set as date example 12232021 >>> 12/23/2021

    1. Hi!
      Read the article above carefully and pay attention to the paragraph: How to convert 8-digit numbers to date in Excel.

  14. What is the equivalent function in excel of the "to_date" in Google Sheets?

    Thanks in advance!

  15. I need to convert a text string with military time and date to number so that can calculate total time in minutes. Its currently in hhmm ddmmmyyyyy (i.e start 2345 04JUL2020 stop 0231 05JUL2020). I would appreciate any help.

    1. Hello!
      Please use the following formula/the formula below to solve your task:

      =DATE(RIGHT(A1,4),VLOOKUP(MID(A1,8,3), {"JAN",1;"FEB",2;"MAR",3;"APR",4;"May",5;"JUN",6;"JUL",7;"AUG",8;"Sep",9;"OCT",10;"NOV",11;"DEC",12},2,0), MID(A1,6,2)) + TIME(LEFT(A1,2),MID(A1,3,2),0)

      1. Good Morning Alexander

        This formula was just what I needed.

        Thanks for the tip.

        --Mark

  16. I have this text output from an sql query, but I need to convert it to date so it can be sorted by date and time. Apr 14 2021 8:15AM. I would appreciate your advice.

    1. Hello!
      I believe the following formula will help you solve your task:

      =DATE(MID(A1,FIND("~",SUBSTITUTE(A1," ","~",2),1)+1,4), VLOOKUP(LEFT(A1,3), {"JAN",1;"FEB",2;"MAR",3;"APR",4;"May",5;"JUN",6;"JUL",7;"AUG",8;"Sep",9;"OCT",10;"NOV",11;"DEC",12},2,0), MID(A1,FIND(" ",A1,1)+1,2)) + TIMEVALUE(MID(A1,LEN(A1)-6,5)&" "&RIGHT(A1,2))

      Set the date and time format in this cell.

  17. Thank you for such an informative article!
    Everything one would wanna know about date settings in Excel has been provided beautifully in this article.

  18. Hello there,

    Hope you are doing well. We normally received our date in the format of 16-July-2021. Would it be possible to convert the original date into a value like YYYYMMDD (example 20210716)? I tried to use the custom formatting option to give me YYYYMMDD and while it does display the right value, the formula bar still shows the slash units (example 2021/07/16). Is it possible to remove the slashes in the formula bar?

    Thank you for your time!

  19. Hello there,

    Hope you are doing well. We normally received our date in the format of 16-July-2021. Would it be possible to convert the original date into a value like YYYYMMDD (example 20210716)? I tried to use the custom formatting option to give me YYYYMMDD and while it does display the right value, the formula bar still shows the slash units (example 2021/07/16). Is it possible to remove the slashes in the formula bar?

    Thank you for your time!

    1. Hello!
      You can learn more about convert date to text in Excel in this article on our blog.

      =TEXT(D1,"yyyymmdd")

      The formula bar shows the real value. If the value is written as a date, then you cannot remove the slash in the formula bar.

  20. Tried various option to change text date and time to real date and time but no luck. 13/6/2021 9:30:00 PM
    Can u help on it

  21. Hi there,

    We get a date in text format (for example April 12 2002) - is it possible to covert this to the date format DD-MMM-YY (for example 12-APR-02.

    Thank you

  22. Hi sir,

    i want to create a format for particular cells.
    In that cell if i type 26062021as a text by pressing enter i want as a date 26/06/2021 in the same cell.
    is it possible?

  23. Hi,

    We get a date in text format in dd/mm/yyyy hh:mm:ss format from Application when we download it into excel. I need to convert this into Date in mm/dd/yyyy hh:mm:ss format. For example date is in text format (30/06/2021 11:53:32) (dd/mm/yyyy hh:mm:ss). I need to convert it into Date as 06/30/2021 11:53:32) into Excel. I understand that if date is coming from application in dd/mm/yyyy format and if your system time on which you are opening and using excel is not in dd/mm/yyyy format then excel does not recognize it as date. Do we need to change the system date format using Language preference to make it work?

    1. Hello!
      The formula below to solve your task:

      =--(MID(A2, SEARCH("/",A2) + 1, SEARCH("/",A2,SEARCH("/",A2)+1) - SEARCH("/",A2) - 1)&"/"&LEFT(A2, SEARCH("/",A2,1)-1)&MID(A2,SEARCH("/",A2,SEARCH("/",A2)+1),100))

      We have a tool that can solve your task in a couple of clicks - Ablebits Tools - Text to data. It is available as a part of our Ultimate Suite for Excel that you can install in a trial mode and check how it works for free.

      1. Thanks Alexander for your quick reply and the formula. I tried the formula that you shared but it looks like it gives result in text format only. I need that results in Date format. Can you please help?

          1. I have tried to do format cell with the help of Custom formatting with mm/dd/yyyy hh:mm:ss. but it did not work. As I understand to distinguish date and text date is date will be right aligned while text date will be left aligned and for text dates If several text dates are selected, the Status Bar only shows Count. which is the same in my case as after applying the formula that you shared and applying format cell on that. If I tried to run other Date functions on that cell it is giving Value error.

            Earlier I was able to get the desired results but for that I need to use three cells with different formula to get the Date in mm/dd/yyyy hh:mm:ss in Date format. That's why I requested your help if that can be done with single formula.

            1. Hi!
              My system date format is mm/dd/yyyy. The formula works for me and returns the date. Check if the formula was copied correctly if there is a double minus at the beginning. Use the program that I recommended to you.

              1. Hi Alexander,

                After changing Language preference to English (United Kingdom) which changes my system date to dd/mm/yyyy which is matching with text date dd/mm/yyyy hh:mm:ss on excel, Formula is working as expected. Thanks a lot for your help and providing feedback patiently.

              2. Hi Alexander,

                my system date format is m/d/yyyy. I missed to add double minus at the beginning. After adding double minus it is showing the result in Date format however it shows the date in the same format for date till 12/06/2021 hh:mm:ss like dd/mm/yyyy hh:mm:ss and when I choose custom formatting to dd/mm/yyyy hh:mm:ss it converts in into 06/12/2021 hh:mm:ss.

                As soon as I choose date 13/06/2021 hh:mm:ss and later dates, formula starts giving value error. so it looks like it is not picking date greater than 13th. considering 13 as month?

  24. Hi my question is simple, please solve this!

    Problem: number format = 05/03/2017
    when you change the above no. format to U.S. date format MM/DD/YY, the result is 03/05/2017. This is 05th of March 2017 as per the format, but the actual date for me is 03rd of May 2017. I want to convert the number 05/03/2017 to US format MM/DD/YY that should give me 05/03/2017 and not 03/05/2017, I hope my question is clear? Awaiting for any help!

    1. Hello!
      I didn't really understand what is your start date and what date you want to get. But this formula should help

      =DATEVALUE(TEXT(A1,"dd/mm/yyyy"))
      or
      =DATEVALUE(TEXT(A1,"mm/dd/yyyy"))

  25. Need to convert to date
    15AUG21V40528

    1. Hello!
      I’m not sure I got you right since the description you provided is not entirely clear. However, it seems to me that the formula below will work for you:

      =--LEFT(A1,7)

      Set the date format in the cell

  26. I have given date of 20200911043955

    How to change it to date?

    1. =DATE(LEFT(B1,4),MID(B1,5,2),RIGHT(B1,2)) this should help assuming given is a text form of "yyyymmddhhmmss"

  27. Hi,

    I have a column of data. One column named Data Changed but the values under are 2.02009E+13. How can I changed this to Date Format?

    1. Hello!
      Pay attention to the following paragraph of the article above: How to convert number to date in Excel - How to convert 8-digit number to date in Excel. Your number is too long to display in normal format. Look in the formula bar and you will see it in full. You can use the formula from this paragraph.

  28. Hello , i have dates like this ; 12/03/2021 22:49:46 and 13/03/2021 02:59:02
    this are written in text.

    When i use formula : =TEXT(Test!A2648,"yyyyddmm,hh:mm:ss") i am getting 20210312,22:49:46 and it is correct
    but if i use same formula on 13/03/2021 02:59:02 i am getting the same text, no like on the first one.
    i tried to change yyyyddmm to yyyymmdd , tried to add / but nothing. can you help me?

    1. Hello!
      Your dates are written in dd/mm/yy hh:mm:ss format as text. The date of March 12 turns into December 3 for you. The second date does not change since month 13 does not exist. Use the guidelines above to convert your text to the correct date. And then apply a custom format.
      I recommend reading this guide: I recommend reading this guide: How to change date format in Excel and create custom formatting

      If something is still unclear, please feel free to ask.

  29. I have this problem:
    I received a file with this date format 13/04/2021,which i need to be shown as 4/13/2021.
    Text format wont allow me to change it.
    I tried the formula =DATE(YEAR($A1),DAY($A1),MONTH($A1) and it worked on a string like 12/4/2021, but when April appeared as 04 it didnt work.

    1. Hello!
      If your date is written as text, I recommend using the instructions in this article: How to split text in Excel using formulas.

      =DATE(RIGHT(A2,LEN(A2) - SEARCH("/", A2, SEARCH("/", A2) + 1)),MID(A2, SEARCH("/",A2) + 1, SEARCH("/",A2,SEARCH("/",A2)+1) - SEARCH("/",A2) - 1),LEFT(A2, SEARCH("/",A2,1)-1))

      Hope this is what you need.

      We have a tool that can solve your task in a couple of clicks - Ablebits Tools - Text to data. It is available as a part of our Ultimate Suite for Excel that you can install in a trial mode and check how it works for free.

  30. Hello, I am trying to convert this type into a date format in Excel.

    9/9/2020 12:53:42 PM -05:00

    I used to use this: =DATEVALUE(MID(C2,1,10))+TIMEVALUE(MID(C2,12,8))-TIMEVALUE("5:00")
    but it isn't working for me. Any thoughts?

    1. Hello!
      I believe the following formula will help you solve your task:

      =DATEVALUE(MID(C2,1,8)) + TIMEVALUE(MID(C2,10,11)) - TIMEVALUE("5:00")

      I hope it’ll be helpful.

    2. Hi

      I have applied this formula: =DATE(RIGHT(A4,4),MONTH(DATEVALUE(LEFT(A4,3)&"1")),MID(A4,5,FIND(",",A4,5)-5)) but it has applied to first 2 dates
      Jan 2, 2017
      Jan 02, 2017
      I want to write a single formula to convert them into an appropriate date format for all the dates. Please suggest.

      1. Hi,
        Unfortunately, it is impossible to convert all your values to a date using one formula. Your values contain a different order of dates.

  31. Hello,
    I want to write a single formula to convert them into an appropriate date format for the below all the dates.

    Jan 2, 2017
    Jan 02, 2017
    Jan 2 2017
    Jan 02 2017
    Jan 2, 17
    Jan 02, 17
    Jan 2 17
    Jan 02 17
    2 Jan 17
    2 Jan 2017
    02 Jan 17
    02 Jan 2017
    2, Jan 17
    2, Jan 2017
    02, Jan 17
    02, Jan 2017

    Could you please suggest me the single formula for the above dates.
    Thank you so much in advance for the help.

    1. Hello!
      I hope you have studied the recommendations in the tutorial above. It contains answers to your question. Also read the comments and answers to previously asked questions. For example, this comment. Or this one.

  32. Hello,
    If I want month only in these 3 dates of 5.6.2012, 05.06.2021,31.1.2021 which actually seems as date but it is not. It is in text format. so ,how can I found the mid value (Month) from Mid formula. Please suggest.

  33. Hi

    I have this number 20210413090001. I want to convert it to date and time,
    2021/04/13 09:00:01

    please advise the formulae to use.
    thank you

      1. Thank you v much. Appreciate your precious time to guide me

  34. how to covert below number in date
    132627705569531000

  35. Hi!
    I have a some letters. Every letter represent a range of dates. The letters have priority between themselves. The ranges may overlap themselves.

    In result I need to obtain the (dates/ranges in correct order: from earliest date - to latest) of letter with priority is higher than other letter present in same day/range.
    We ignore letter with lowest priority, in exchange for the best.

    1. https:// i.imgur.com/ZYmSLO4.png

      I made an example in excel, image is above (link).
      This what im asking may br hard to realize, but i would thankful even with an advice, how to do that.
      (I think the main problem is to separate the rages, and regroup them)
      Thanks anticipated!

      1. Hello!
        Based on your description, it is hard to completely understand your task. However, I’ll try to guess and offer you the following:
        In cell L7, write down the formula

        =IF(SUM((F7:F19="B")*(G7:G19>J7)*(H7:H19

        1. Thanks !
          Ill try.

  36. Hi, I have the below date value in cell 16-JUL-2018 - 09:00. But, excel consider this as text value and it is left aligned. I want to convert this to date format as 16-JUL-2018 - 09:00. Appreciate your help.

      1. Sorry Alexander ! May be i did not explained my requirement correctly.

        My requirement is, imported date is in text format, 05-Mar-2021 - 09:00 and i want to convert that to Date in the same format.

        Appreciate your help.

        1. Hi,
          The formula works for me. I don't know which dash is used in your text. Replace the dash with a short one.

          =--SUBSTITUTE(A2,"-","",1)

  37. HI

    DATE 01/04/2021 CHANGE IN TO 01-04-2021

    HOW CAN I CHANGE THIS FORMET

  38. Hi Guys,

    In the report the its '1/31/2021 12:00 AM'
    '1/31/201 8:20 PM'
    I want to convert that into '2021/1/21 00:00'
    '2021/1/31 20:20'

    Please help how to get this

  39. Hello,
    I need to convert a four digit-number "2020" to a year. I've tried to use the the Custom + yyyy method and it keeps printing 1905. I have no other date information - month/day, just the year. Please help!

    1. Hello!
      You need to convert number to date. Use the DATE function

      =DATE(2020,1,1)

      Then use the custom date format "yyyy"

  40. How do I covert this date format ; 18/02/1900 to text (numbers)

  41. 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

  42. how to convert a text "Sun Jan 12 2020 05:29:59 GMT+0530 (India Standard Time)" to a date

  43. 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...

    1. 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.

  44. hi wanted to ask you help on converting Sep 27 2018 to dd/mm/yyyy in excel .. super thanks

  45. Hi, could you please help me to converting date & time like 20210205062248 into mm/dd/yyyy hh:mm:ss AM/PM format

  46. Hi there,
    Could I get some help with converting a date like this 19660218 to yyyy/mm/dd

    Thank you,
    Robert

    1. 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"

  47. Hello Alexander how would I convert 2014-01 to January using a formula?

    1. 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

      1. 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?

          1. When I enter the formula I get #VALUE!

            I even copy and pasted to make sure I am entering it in correctly.

            1. 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.

  48. 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?

    1. 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.

      1. Thank you so much! this is very helpful!

  49. How do i convert numbers from 11:07 to 11.07?

    1. 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.

  50. Is there a formula I can use to get 041620 (MMDDYY) to generate to April 16, 2020?
    Thank you!

    1. 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.

Post a comment



Thank you for your comment!
When posting a question, please be very clear and concise. This will help us provide a quick and relevant solution to
your query. We cannot guarantee that we will answer every question, but we'll do our best :)