4ndreas
New member
- Joined
- Jan 15, 2020
- Messages
- 2
- Reaction score
- 0
- Points
- 0
- Excel Version(s)
- 2013
Hi,
I have two web-queries:
1. Query:
2. Query:
From the first query I get a table with values from the years 2008 to 2013. The second query gives me the values from 2014 to 2019.
(How) can I combine the table columns vertical to get all years (2008 to 2019) in one table?
Thanks
Andreas
I have two web-queries:
1. Query:
Code:
let Quelle = Web.Page(Web.Contents("https://www.ariva.de/henkel_vz-aktie/bilanz-guv?page=6")),
Data10 = Quelle{10}[Data]
in
Data10
Code:
let Quelle = Web.Page(Web.Contents("https://www.ariva.de/henkel_vz-aktie/bilanz-guv?page=0")),
Data10 = Quelle{10}[Data]
in
Data10
(How) can I combine the table columns vertical to get all years (2008 to 2019) in one table?
Thanks
Andreas