S
simon steel
Column 1 contains a list of dates in format DD/MM/YYYY
I want to manipulate this data such that another column shows MM-YY
based on data in column 1. The change from slashes to hyphen separation is
required.
How can I do this?
[Does not need to be done in one step. I tried using the =right(_, _)
command to seperate the '08' off with the intent of concatenating the
seperated stuff back together- but this did not work.]
ss
I want to manipulate this data such that another column shows MM-YY
based on data in column 1. The change from slashes to hyphen separation is
required.
How can I do this?
[Does not need to be done in one step. I tried using the =right(_, _)
command to seperate the '08' off with the intent of concatenating the
seperated stuff back together- but this did not work.]
ss