Not really sure where to look and pretty new to Pivot Tables but here goes.
This is how the data lays out in our spreadsheet.
Name | Address | Date | Check # | Amount
I need to create a pivot table that lays out as follows. There are some fields where we don't have info (i've showed those with null)
is this possible?
Name | Address | Date 1 | Date 2 | Date 3
===============================================
person 1 | address 1 | amount$ | Amount$ | Amount$
person 2 | address 2 | amount$ | null | null
person 3 | null | null | null | Amount$
Microsoft ExcelSpreadsheets
Last Comment
axessJosh
8/22/2022 - Mon
gowflow
Can you post a sample workbook that contains a sample of your data then it is no sweat to move it from that point so the solution is meaningful to you.
gowflow
The data is currently in 12 spreadsheets. 1 for each month.
Do I need to condense that all to 1 sheet before proceeding?
Rob Henson
Ideally the data would be on one sheet but I know the more recent versions of Excel can do the consolidation bit for you but I am not up to speed with these yet.
I would end up going about it "longhand". Create a pivot for each month and then create a summary pulling data from each pivot using the GETPIVOTDATA function. The Pivot for each month can be on the same sheet as the data if you want if you know that the data is not going to expand into more columns. Alternatively, the 12 pivots can all be on one sheet if the number of columns for each pivot is not going to increase.
gowflow