Hi all,
I am experiencing a problem which seems so simple but eventually so hard to do.
I have a column with Dates as string. I want to convert this column to date which I managed to do as seen below. Eventually I want to replace the #error with an empty cell. If Date column is formatted as date I am NOT able to replace the error(while if Date column is formatted as text I am able to replace it). Can you please tell me a function I can used so that I have my column as date and error replaced by empty cell?
Date-string Date
20130927 27/09/2013
20130930 30/09/2013
20130930 30/09/2013
#error
20130928 28/09/2013
20130915 15/09/2013
Would really appreciate it if anyone can help me
I am experiencing a problem which seems so simple but eventually so hard to do.
I have a column with Dates as string. I want to convert this column to date which I managed to do as seen below. Eventually I want to replace the #error with an empty cell. If Date column is formatted as date I am NOT able to replace the error(while if Date column is formatted as text I am able to replace it). Can you please tell me a function I can used so that I have my column as date and error replaced by empty cell?
Date-string Date
20130927 27/09/2013
20130930 30/09/2013
20130930 30/09/2013
#error
20130928 28/09/2013
20130915 15/09/2013
Would really appreciate it if anyone can help me