Hi Community,
I have a data set where the first column contains both identifier and dates like this example:
| Fund 1 |
| "Data Point" |
| 2014-03-31 |
Prior to the rows that have dates and data points relating to those time periods, it always says "Data Point" in the first column. I'd like to split the data into two columns everytime "Data Point" appears. Any ideas?
Thanks in advance!