Is there one formula that could be used in all of column B to convert data that looks like the data in column A, into column B? Column A's current format is General. The resulting format of column B can be Date, but does not have to be. If the Length of column A were consistent, I would not have a problem coming up with the formula, but because the lengths vary, and in different places, I'm struggling with coming up with a solution.
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]1957-1-2[/TD]
[TD]1957-01-02[/TD]
[/TR]
[TR]
[TD]1957-6-21[/TD]
[TD]1957-06-21[/TD]
[/TR]
[TR]
[TD]1957-12-1[/TD]
[TD]1957-12-01[/TD]
[/TR]
[TR]
[TD]1957-11-11[/TD]
[TD]1957-11-11[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]1957-1-2[/TD]
[TD]1957-01-02[/TD]
[/TR]
[TR]
[TD]1957-6-21[/TD]
[TD]1957-06-21[/TD]
[/TR]
[TR]
[TD]1957-12-1[/TD]
[TD]1957-12-01[/TD]
[/TR]
[TR]
[TD]1957-11-11[/TD]
[TD]1957-11-11[/TD]
[/TR]
</tbody>[/TABLE]