
幾個小時後這個問題讓我發瘋,我找不到解決方案。這個解決方案是關閉但我沒有像年份這樣的第三個參數可供選擇。
這是我在資料透視表中的資料:
Account ID (Rows area) - The account IDs
Count of Account ID (Values area) - This is how many rows are in the original data
Count of Reconciled (Values area) - How many entries have been reconciled
Values (Columns area - Excel makes this one by itself once I drag the other fields in place)
我在第三「欄」想要的是:
Count of Account ID
剩餘要協調 -和的差異Count of Reconciled
。
我想要的視覺效果:
Account ID | Count of Account ID | Count of Reconciled | Remaining to Reconcile
ID-1234 | 500 | 300 | 200
我可以在資料透視表旁邊進行數學計算,但隨後我無法排序或執行其他任何操作,因為那時您會收到錯誤,因此這不是有效的解決方案。