Forum Discussion
Alison Keith Elliott
Jul 20, 2018Copper Contributor
drop the time from a date time field
I need to drop the time from an imported field that is date time. For example, the field imported as 1/26/2018 8:14:00 AM I need it to be only the date of 1/26/18 Is there a quick and easy formu...
- Jul 20, 2018
If your dates are in column A. Just use this formula in a helper column then copy and paste values and delete the original column.
=TEXT(A2,"M/D/YYYY")
Matt Mickle
Jul 20, 2018Bronze Contributor
If your dates are in column A. Just use this formula in a helper column then copy and paste values and delete the original column.
=TEXT(A2,"M/D/YYYY")
- Alison Keith ElliottJul 20, 2018Copper Contributor
Thank you so much!!!