![]() |
Q: date convert
Hello,
How can I convert the date with the format YYYYMMDD to MM/DD/YYYY with a formula? Thanks, |
date convert
Hi
With date in A1 =DATE(LEFT(A1,4),MID(A1,5,2),RIGHT(A1,2)) and format in any valid date format -- Arvi Laanemets ( My real mail address: arvil<attarkon.ee ) "JIM.H." wrote in message ... Hello, How can I convert the date with the format YYYYMMDD to MM/DD/YYYY with a formula? Thanks, |
Q: date convert
Hi Jim
Try =MID(A1,5,2)&"/"&LEFT(A1,4)&"/"&RIGHT(A1,2) Regards Roger Govier JIM.H. wrote: Hello, How can I convert the date with the format YYYYMMDD to MM/DD/YYYY with a formula? Thanks, |
Q: date convert
Assuming the date is numeric, something like:
=DATE(LEFT(A1,4),MID(A1,5,2),RIGHT(A1,2)) HTH "JIM.H." wrote: Hello, How can I convert the date with the format YYYYMMDD to MM/DD/YYYY with a formula? Thanks, |
All times are GMT +1. The time now is 12:43 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com