How do I convert the date (consisting of the day and date) into two separate columns as indicated in my example below:
When I copy the date(Fri, March 21, 2008) as a paste special (values only) into another cell thinking that this would result in a text field, I then used a "+left(A1,3)" which resulted in a number of 3962 and not Fri.
Example:
Col A1 = Fri, March 21, 2008
Objective is the following:
Col B1 = Fri
Col C1 = March 21, 2008