Thread
:
inserting comma into date text
View Single Post
#
2
Posted to microsoft.public.excel.misc
TomPl
external usenet poster
Posts: 342
inserting comma into date text
This formula will give you the date value, but it will be in a different
cell. You could then copy the value back to the original cell.
=DATEVALUE(LEFT(A1,6) & "," & RIGHT(A1,5))
Tom
Reply With Quote
TomPl
View Public Profile
Find all posts by TomPl