You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Mac Numbers: Convert numbers to date

I can't seem to figure this one out...


I'd like to convert a number series, (no separators), to a date. Right now, I have, for example, 20221110, (YYYYMMDD). How do I quickly convert this to a usable date, 11/10/2022? I have a whole column of dates like this, so I need some sort of formula or shortcut, in order to convert this efficiently.


Any help is much appreciated. Thank you!

MacBook Pro 13″, OS X 10.11

Posted on Nov 11, 2022 10:55 AM

Reply
Question marked as Top-ranking reply

Posted on Nov 11, 2022 1:55 PM

Here is one option, you would need an additional column for the new date

B3= DATE(LEFT(A3,4),MID(A3,5,2),RIGHT(A3,2))


It is using the date function to create a proper date based on the given values.

DATE - Apple Support


Based on your region the , or the ; will be used to separate the different sections of a formula. If you write one thousand as 1,000.00 then the , is used as your formula separator. If you write one thousand as 1.000,00 then the ; is used as your formula separator.


Hope this will solve your question, please let me know if this worked for you or if something in unclear.


Regards Ralf


2 replies
Question marked as Top-ranking reply

Nov 11, 2022 1:55 PM in response to warbles

Here is one option, you would need an additional column for the new date

B3= DATE(LEFT(A3,4),MID(A3,5,2),RIGHT(A3,2))


It is using the date function to create a proper date based on the given values.

DATE - Apple Support


Based on your region the , or the ; will be used to separate the different sections of a formula. If you write one thousand as 1,000.00 then the , is used as your formula separator. If you write one thousand as 1.000,00 then the ; is used as your formula separator.


Hope this will solve your question, please let me know if this worked for you or if something in unclear.


Regards Ralf


Mac Numbers: Convert numbers to date

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.