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
8 replies

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

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

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.