I have a spreadsheet that has several cells each of which have 2 dates
like
January 1 2001 to February 10 2001
March 2 2005 to April 2 2005
I would like to split this into 2 cells where one cell has the first
date and another has the second date.
I guess i want to do a kind of reverse concatenation.
I thought maybe I could base it on the word "to" to split it before the "to" and after the "to". The word "to" is actually in each cell
like
January 1 2001 to February 10 2001
March 2 2005 to April 2 2005
I would like to split this into 2 cells where one cell has the first
date and another has the second date.
I guess i want to do a kind of reverse concatenation.
I thought maybe I could base it on the word "to" to split it before the "to" and after the "to". The word "to" is actually in each cell