XL Merge(Stack) many tables or sheets into one (pivot) table
[PA] 업무자동화/[XL]Excel & VBA 2021. 2. 7. 11:5920210206 2156
source
[1] "www.youtube.com/watch?v=FI4HkCzMaIk&t=314s" Consolidate & Clean Multiple Excel Sheets in One Pivot Table
[2]
(개요) 테이블을 병합 merge ; 정확히는 위아래로 쌓는 stack 방법
file = "zManual Excel Merging many tables or sheets in one pivot table.xlsx"
If you change or add records in existing table, that will automatically update to the pivot table.
If you make a new table, it will be also updated to the pivot table.
① 준비
- 각 시트를 테이블로 만들어야 한다! ⇒ 따라서 "여러 시트를 합친다"기 보다는 "여러 테이블을 합친다"가 맞다.
★ "refresh"하면 테이블이 점점 커진다!(see 5:40 in [1])
→ 쿼리로 생성된 테이블도 "테이블"이므로 "= Excel.CurrentWorkbook()" 명령에 포함되기 때문
방법 ① 생성된 테이블을 필터아웃하면 보이지 않는다.
(테이블이 계속 커지기는 한다..)
방법 ② 테이블로 query 결과물을 엑셀로 보내지 말고, 피봇테이블로 내보내면 될 듯..
'[PA] 업무자동화 > [XL]Excel & VBA' 카테고리의 다른 글
XL internal data model (0) | 2021.02.08 |
---|---|
XL book, Supercharge Excel when you learn to write DAX for power pivot (0) | 2021.02.08 |
XL reading PDF (0) | 2021.02.07 |
XL Pivot AttributeRelationship doesnt exist (0) | 2021.02.05 |
XL cant find project or library (0) | 2021.02.05 |