A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Hi,
Select the range and press Ctrl+H. In the Find What box, type T* and click on Replace All.
Hope this helps.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a database download from my Customer's site with a column titled "Date Opened" formatted as YYYY-MM-DDT00:00:00. The time reference is the same in all rows, only the date changes. I need to eliminate the T00:00:00 from all rows leaving only the date with a different format, MM/DD/YYYY. I am unable to change the format of these cells through any means I have tried including several from other discussions. Does anyone know how I can accomplish this?
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Hi,
Select the range and press Ctrl+H. In the Find What box, type T* and click on Replace All.
Hope this helps.
AI answer
Use Excel’s date conversion and custom formatting so the underlying value stays a date and only the display changes.
mm/dd/yyyy
The time portion (T00:00:00) will no longer display; only the date in MM/DD/YYYY format will show. The underlying value remains a full datetime, so it can still be used in date calculations and sorting.
If the column still shows the literal YYYY-MM-DDT00:00:00 text after these steps, Excel is treating it as text. In that case, use Power Query to convert the data type:
References: