How to create a Pivot table when fields are on hor

2019-08-16 01:31发布

I am using a table that I need to convert in a pivot table

enter image description here

However I have some fields from the pivot table are in the columns and some others are in the rows (Dates). which returns then the following pivot table:

enter image description here

Is there a way to let the Pivot table read it? (I m also open for VBA Ideas to start)

1条回答
相关推荐>>
2楼-- · 2019-08-16 02:04

Your data is currently "Crosstabulated" aka in a crosstab, which Pivots can't handle. You need to "Unpivot" your data using either PowerQuery or VBA.

查看更多
登录 后发表回答