How to fix numbers (eg: 12.06; 30.11; 28.05; etc...) into numbers

Oscar 20 Reputation points
2024-04-29T07:58:40.7666667+00:00

Numbers that are in the format 12.06; 11.03; 30.12; etc... gets turned into dates, but when I try correct it instead of showing 12.06 it shows 45455. I´m unsure why the values change to such high numbers.
How can I fix this issue?

Microsoft 365 and Office | Excel | For business | Windows
{count} votes

Accepted answer
  1. Emi Zhang-MSFT 30,056 Reputation points Microsoft External Staff
    2024-04-30T00:57:33.56+00:00

    Hi,

    Excel automatically recognizes a date with 12.06 digits, so when you convert it to a number, it will display a date converted number. You can use the formula to add a new auxiliary column and enter the formula to get the number you need:

    =NUMBERVALUE(DAY(A1))+NUMBERVALUE(MONTH(A1))*0.01

    User's image

    Just checking in to see if the information was helpful. Please let us know if you would like further assistance.


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


2 additional answers

Sort by: Most helpful
  1. Olaf Helper 47,526 Reputation points
    2024-04-29T09:45:02.07+00:00

    Currently it´s on German

    Same here. In German format the comma is the decimal separator, not the dot

    12.06 => 12,06


  2. Andreas Killer 85 Reputation points Volunteer Moderator
    2024-04-29T15:50:04.22+00:00

    Format the cells as text before you write "12.6" into the cell, that prevents Excel from looking into the Region settings and convert the text into a date.

    There is no way to get "12.6" back after the conversation is done.

    Andreas.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.