How can I parse text in column A such as “Wednesday, 11/15/2023 - 3:00am - 4:00am” into two new columns formatted for date and time, such as: “11/15/2023” and “03:00” ?
Each month I do a lengthy analysis of electric use and solar generation kwh, costs, and credits. Date and time are important as the billing rate changes by day of the week, holidays, season, and time of day. The solar company downloads the data labeled with this very unhelpful text field showing date and time. It’s easy to manually parse one line into useful data fields but each day has 24hrs and each month has about 30 dates and 720hrs making this a very time consuming chore. Surely there is a better way. Help would be appreciated. (Sample download attached)
sunpower_export_20231115_20231115.xlsx (17.7 KB)