hoomantt
Member
Hi Dear Friends
i have an excel files.there are in column D , Date Data.(ie, 2014/12/01 or 2013/02/04 or ...)there are more than 4000 Rows.
that data comes from more than 20 excel files from several cities.
members who send these files to me are idiot and they can not sen that data correctly.for example they send Date Datas : 2014-12-05 or 05/12-2014 or 20141205 2014.12.05 and ... that these formats not more than 50 formats.
i thought that i can extract these data and make a table in another sheet of this file .
put false data in column A and type right data in column B.(a table from A1 To B50)
for example
Column A Column B
2014-12-05 2014/12/05
05/12-2014 2014/12/05
20141205 2014/12/05
2014.12.05 2014/12/05
.....
Now i just want a formula Or a VB Code to find false data in sheet1 column D and replace with right data match with false data in column B.
i have an excel files.there are in column D , Date Data.(ie, 2014/12/01 or 2013/02/04 or ...)there are more than 4000 Rows.
that data comes from more than 20 excel files from several cities.
members who send these files to me are idiot and they can not sen that data correctly.for example they send Date Datas : 2014-12-05 or 05/12-2014 or 20141205 2014.12.05 and ... that these formats not more than 50 formats.
i thought that i can extract these data and make a table in another sheet of this file .
put false data in column A and type right data in column B.(a table from A1 To B50)
for example
Column A Column B
2014-12-05 2014/12/05
05/12-2014 2014/12/05
20141205 2014/12/05
2014.12.05 2014/12/05
.....
Now i just want a formula Or a VB Code to find false data in sheet1 column D and replace with right data match with false data in column B.