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.

formulas for Dates

I am trying to set a formula so that when I put a number in (eg. 20190717) it will switch to 2019-07-17 o it is easier to read.

So what I am downloading is a CV file which I copy and put in my Numbers. And I would like some of the columns to change to this format.

Is this possible?


Posted on Nov 3, 2019 2:34 PM

Reply
Question marked as Top-ranking reply

Posted on Nov 3, 2019 8:19 PM

Hi nicole,


You can easily do this with a formula in an added column.


My formula in D3=LEFT(C2,4)&"-"&MID(C2,5,2)&"-"&RIGHT(C2,2)


You will want to copy the result column and then Paste Formula Results. This will give you the text and the freedom to delete the original column. If you paste them into a column already formatted as Date/Time you will be able to use them in other calculations. If it is only so you can read them better the text format will serve you fine.


quinn

8 replies
Question marked as Top-ranking reply

Nov 3, 2019 8:19 PM in response to nicolequiltcrazy

Hi nicole,


You can easily do this with a formula in an added column.


My formula in D3=LEFT(C2,4)&"-"&MID(C2,5,2)&"-"&RIGHT(C2,2)


You will want to copy the result column and then Paste Formula Results. This will give you the text and the freedom to delete the original column. If you paste them into a column already formatted as Date/Time you will be able to use them in other calculations. If it is only so you can read them better the text format will serve you fine.


quinn

formulas for Dates

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