I am trying to find a formula to change these donation dates with timestamp to just a date. I have tried removing the T and Z contained in each entry and then convert the numbers but still no luck.
thanks
I am trying to find a formula to change these donation dates with timestamp to just a date. I have tried removing the T and Z contained in each entry and then convert the numbers but still no luck.
thanks
Last edited by Pepe Le Mokko; 04-19-2020 at 02:55 AM. Reason: Please keep titles to the essentials. We know you need a formula
The values in column A are simple text strings. If we can assume that the format is always the same, I would:
1) use the LEFT() function to extract the date string LEFT(A2,10)
2) Then use the DATEVALUE() function to conver the date as string to a date serial number =DATEVALUE(LEFT(A2,10))
Originally Posted by shg
Hello,
I have a similar case but unable to find the correct formula,
The date I have is in the text format, 'Dec 1 2016 12:00AM' and I need to show it as yyyy-mm-dd, so the date is to be represented as 2016-12-01.
Please let me know the best way to go about it.
@privac
Administrative Note:
Welcome to the forum.
We are happy to help, however whilst you feel your request is similar to this thread, experience has shown that things soon get confusing when answers refer to particular cells/ranges/sheets which are unique to your post and not relevant to the original.
Please see Forum Rule #4 about hijacking and start a new thread for your query.
If you are not familiar with how to start a new thread see the FAQ: How to start a new thread
Alan עַם יִשְׂרָאֵל חַי
Change an Ugly Report with Power Query
Database Normalization
Complete Guide to Power Query
Man's Mind Stretched to New Dimensions Never Returns to Its Original Form
Mr.Shorty,
That worked. Thank you so much. I thought it would a much more complicated formula.LOL
thank you so much. That worked like a charm. Didn't expect the formula to be so simple! LOL![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks