Hello I have a table like this:
Company Name|Account Name|2018 Amount|2019 Amount
ACB|Revenue| $$$$|$$$$$
EFC|Revenue
EFG| Costs
ABC|Costs
EEE|Revenue
EEE|Costs|
EEE| EBITA
and I want the data table to be like this"
Account name| ABC|EEE|EFG
Revenue | $$$$|$$$$|$$$$
Cost
EBITA
Can you please help to on how to get this done? Thank you!