Currently my excel sheet has columns of strings in the Date column (example of 1871.01, 1871.02 etc). I would like to convert these to MM/YYYY date format so that I may chart the data in a time series format. I've tried this
=(RIGHT(A9,2)&LEFT(A9,4))
but it just spits out mmyyyy and not in a date format. When I try to format the new cell as a date it does nothing. Any help?
