Thread
:
how to change date 20080115 to 15/01/2008?
View Single Post
#
2
Posted to microsoft.public.excel.misc
Pete_UK
external usenet poster
Posts: 8,856
how to change date 20080115 to 15/01/2008?
Try this, with your number in A1:
=DATE(LEFT(A1,4),MID(A1,5,2),RIGHT(A1,2))
Hope this helps.
Pete
On Jun 25, 7:01*am, Soozler wrote:
Reply With Quote
Pete_UK
View Public Profile
Find all posts by Pete_UK