Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'd like to replace the full stop from a cell with a '/' and have the result
in a second cell. So 01.01.06 would become 01/01/06. I have to do this over multiple sheets and cells, so using the find replace function would take too much time. If there a formula which would do this for me automatically? Thanks in advance |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The formula to change the text is:
=substitute(a1,".","/") If you want to change your cells into real dates, use DataText to Columns... -- Regards, Fred "shakey1181" wrote in message ... I'd like to replace the full stop from a cell with a '/' and have the result in a second cell. So 01.01.06 would become 01/01/06. I have to do this over multiple sheets and cells, so using the find replace function would take too much time. If there a formula which would do this for me automatically? Thanks in advance |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
automate replace values in formula | Excel Discussion (Misc queries) | |||
find and replace macro strange behaviour | Excel Discussion (Misc queries) | |||
Find and Replace | Excel Worksheet Functions | |||
Find nth occurrence and replace with ":" | Excel Worksheet Functions | |||
Find and replace of word causes change of font formatting | New Users to Excel |