Hi all,
I received a table that I need to alter, so that I can visualize the data.
I have data for the last years and every month is represented with additionally 3 columns at the end of the row.
Jan 2014 FTE | Jan 2014 hours | Jan 2014 net value ..... Dec 2016 FTE | Dec 2016 hours | Dec 2016 net value (and at the very end of each row the values are summed up).
There is one data row whenever one of these Month/Year columns is filled.
I want to transpose the data into something like:
Year | Month | FTE | hours | net value
and have a row wherever an FTE value is available.
I looked ínto the "Transpose" tool, but the data is not as expected. I assume that I need to extract year and months before but then how to match the data?
Not sure how to get this working.
Any ideas?