I want to build a pivot table report that shows months as the header. I cannot get the table to build on months, only individual days. What am I missing?
The table I want has year on the column, and months on the row, producing a summary by month and year. I tried splitting the date apart, but that wasn't a perfect solution. I have about 8000 lines of data, and I am trying to avoid any more handling of the data than I absolutely have to.
Thanks
dbpcar
The table I want has year on the column, and months on the row, producing a summary by month and year. I tried splitting the date apart, but that wasn't a perfect solution. I have about 8000 lines of data, and I am trying to avoid any more handling of the data than I absolutely have to.
Thanks
dbpcar