Inside The Web
    Facebook Twitter Instagram
    Inside The Web
    • Office
      • Excel
      • Ms Word
      • OneDrive
      • Google Docs
      • Google Sheets
      • Google Drive
    • Email
      • Gmail
      • Outlook
      • Emal Etiquette
    • Office Etiquette
    • Productivity
    Inside The Web
    Home»Office»Excel»Excel Not Recognizing Dates? Here’s How to Fix it

    Excel Not Recognizing Dates? Here’s How to Fix it

    Asmi DhakalBy Asmi DhakalNovember 29, 2023 Excel 4 Mins Read

    If you enter date in a cell that is formatted as text, excel will have hard time recognizing it’s original format. You will mostly encounter this issue when dealing with date values stored in different locales.

    Apart from a text cell formatted cell, you will also get this error if the date has a typo. Eg:

    • Incorrect date format
    • Incorrect date separator

    You can use a range of tools and functions, including Text to Columns, and the DATEVALUE function to fix the Excel not recognizing dates issue.

    Separate Time from Date

    Function UsedData TypeSyntax
    TEXTTEXT=TEXT(value,format_text)
    VALUEINTEGER=VALUE(text)

    If you’ve entered the date and time in the same cell, Excel is probably recognizing your data as text. You can separate the time from the date to fix this issue.

    We’ll first use the TEXT function to extract the date from the date and time value. Then, we’ll convert the text value to a number using VALUE.

    Let’s separate and then convert the values in column C into dates. In cell D2, enter the following formula:

    =VALUE(TEXT(C2,"yyyy-mm-dd")) // Returns the serial key of the date in cell C2.
    Use TEXT and VALUE

    Apply the formula to the entire range. To properly format your date, go to Home > Number > Short/Long Date.

    Convert Dates

    Use Text to Columns

    Excel may fail to recognize your dates if they do not match your system date format. In these cases, you can use the Text to Column tool in Excel to convert a large data set to dates.

    You can keep the same date format or even change the format to match your system date format using the Text to Columns utility.

    1. Select range D2:D11.
      Data Table Excel
    2. Go to the Data > Text to Columns.
      Text to Columns tool
    3. Select Delimited > Next.
      Step 1 of 3 text to columns
    4. Uncheck all boxes under Delimiters > Next.
    5. In Step 3 of 3 window, select Date under the Column data format section.
      step 3 of 3 text to columns
    6. Click on the fly-out next to Date and choose the format your date is in.
    7. Select Finish.

    Use DATEVALUE to Convert Text to Date

    Function UsedTypeSyntax
    DATEVALUEDATE=DATEVALUE(date_text)

    DATEVALUE is a dedicated Excel function that converts a date stored as text into a date. Like VALUE, DATEVALUE returns dates as serial numbers. So, you’ll have to change the format to a short or long date from the Home tab.

    Range C2:C11 holds dates that are stored as text.

    Excel data

    Let’s use DATEVALUE to convert them into proper date values. In cell D2, enter the following function:

    =DATEVALUE(C2)
    DATEVALUE function Excel

    Apply the formula to the rest of the column. Select the data, then go to Home > Number > Short Date/ Long Date.

    Change Date Delimiter

    You must use proper delimiters for Excel to recognize your values as date. For instance, you cannot use commas or decimal points to separate day, month, and year in dates.

    Your dates should be separated by symbols like hyphen (-) and slash (/). While making this change is simple when you have a smaller data set, this can be a chore in larger spreadsheets.

    To automate this process, utilize the Find and Replace tool in Excel.

    1. On your keyboard, select Ctrl + H.
    2. Next to Find What, enter the delimiter you’re currently using.
    3. Enter either hyphen (-) or slash (/) next to Replace with.
      Find and replace excel
    4. Select Replace All.

    Create a Custom Date Format

    Excel may also fail to recognize your value as a date if you’ve entered it in an unconventional format.

    For example, if you’ve entered your date as “November 22, 2023”, Excel will recognize it as a string and not a date.

    To enter dates in such formatting, you must apply a custom date format. However, remember to convert it to your system date format before making the conversion.

    This step is important so Excel can recognize the day, month, and year value.

    1. Select range C2:C11.
      Select range
    2. On your keyboard, press Ctrl + 1.
    3. From the sidebar, select Custom.
    4. Under Type, enter your format. To enter the date as “November 22, 2023”, enter mmmm dd, yyyy.
      Custom date type
    5. Click OK.
      Custom Date format excel
    Cell Formats
    Asmi Dhakal

      Asmi is a content writer specializing in MS Office. She loves writing Excel-related content to assist other users to learn their way around the program. She started using Excel when she first entered the industry as a marketing intern. Soon, she realized that learning the often-overlooked spreadsheet program was no piece of cake. In her articles, she attempts to brief out complex topics to help beginner to intermediate-level Excel users. Asmi uses Excel for everything, including creating a grocery list to managing her personal finance. She’s a bit dramatic when it comes to the Flash Fill feature; so much so that could write a eulogy out of it. When she’s not working, you’ll find her learning a new recipe, or cleaning up her mess (out of the failed recipe).

      Related Posts

      Excel By Nisha Gurung

      How to Compare Two Columns in Excel Using VLOOKUP

      Excel By Nisha Gurung

      How to Share Excel Files with Multiple Users

      Excel By Nisha Gurung

      How to Filter Based on a List in Excel

      Add A Comment
      Table of ContentsToggle Table of ContentToggle
      • Separate Time from Date
      • Use Text to Columns
      • Use DATEVALUE to Convert Text to Date
      • Change Date Delimiter
      • Create a Custom Date Format
      • Home
      • About Us
      • Privacy Policy
      © 2025 Inside The Web

      Type above and press Enter to search. Press Esc to cancel.