Hi MrExcel Community,
I am facing a new unstacking data challenge. ?
Context
I have a bunch of Property Names, two Attributes which are stacked together in the following order: (1) a date (in a text format) and (2) a percentage change and their Values.
Target
Here is that table format I am aiming to get:
> I am thinking to add an index column to indicate if it is a Date or a Percentage, but don't have the skills to execute this query (yet).
Table Source
Here is a sample of the data source:
Would anyone know how to transform this piece of data into the desired format?
I appreciate your precious time. ?
Matthieu
I am facing a new unstacking data challenge. ?
Context
I have a bunch of Property Names, two Attributes which are stacked together in the following order: (1) a date (in a text format) and (2) a percentage change and their Values.
Target
Here is that table format I am aiming to get:
Property Name | Date | Value | Percentage |
Property1 | Tue 07 Jan 2020 | 67 | -0.0944722 |
Property1 | Wed 08 Jan 2020 | 67 | -0.0693152 |
> I am thinking to add an index column to indicate if it is a Date or a Percentage, but don't have the skills to execute this query (yet).
Table Source
Here is a sample of the data source:
Property Name | Attribute | Value |
Property1 | Tue 07 Jan 2020 | 67 |
Property1 | Column5 | -0.09447 |
Property1 | Wed 08 Jan 2020 | 67 |
Property1 | Column7 | -0.06932 |
Property2 | Thu 09 Jan 2020 | 59 |
Property2 | Column9 | -0.06349 |
Property2 | Fri 10 Jan 2020 | 59 |
Would anyone know how to transform this piece of data into the desired format?
I appreciate your precious time. ?
Matthieu