L
Legacy 402423
Guest
Hi Guys,
What is the case? I am trying to help a friend of mine, but I do not get there.... I tried R1C1 and transpose, but I don't get things how I want them.
The starting point is as following: an excelsheet is retrieved from a database. The database allows only 1 format for exporting.
On the vertical axis are the years (2006-2015) and on the horizontal axis hunderds of companies with each having 17 columns each containing 1 financial value (say net profit).
What I want is all years of all companies below each other, such that I have only 17 columns (years are not important in the end) and in each column all values of all companies for all years for that specific financial number.
So now it looks like:
Years | ProfitA | DebtA | ... | ProfitB | DebtB| ...
2005 | X | X | X | X | X | X ...
200.. | X | X | X | X | X | X ...
2016 | X | X | X | X | X | X ...
And I want it like this:
Profit | Debt | ....
A2005 | A2005 | ...
A20.. | A20.. | ...
A20016 | A2016 | ...
B2005 | B2005 | ...
and so on...
Why do I want this to go automatically? Because the database contains thousands of companies...
Has anybody an idea?
What is the case? I am trying to help a friend of mine, but I do not get there.... I tried R1C1 and transpose, but I don't get things how I want them.
The starting point is as following: an excelsheet is retrieved from a database. The database allows only 1 format for exporting.
On the vertical axis are the years (2006-2015) and on the horizontal axis hunderds of companies with each having 17 columns each containing 1 financial value (say net profit).
What I want is all years of all companies below each other, such that I have only 17 columns (years are not important in the end) and in each column all values of all companies for all years for that specific financial number.
So now it looks like:
Years | ProfitA | DebtA | ... | ProfitB | DebtB| ...
2005 | X | X | X | X | X | X ...
200.. | X | X | X | X | X | X ...
2016 | X | X | X | X | X | X ...
And I want it like this:
Profit | Debt | ....
A2005 | A2005 | ...
A20.. | A20.. | ...
A20016 | A2016 | ...
B2005 | B2005 | ...
and so on...
Why do I want this to go automatically? Because the database contains thousands of companies...
Has anybody an idea?