I have a table that keeps changing continuously with forecasts for each month. I have a report that has a pivot table in the summary worksheet whose source data is in a different worksheet. Every week, I update the source data table with the latest data and just refresh the pivot for the summary reports.
Problem -
sometimes, my source data has no rows for a particular month (eg. Dec). When I hit refresh, the pivot will remove the Dec column. Is there any way to force the pivot to keep all the 12 months in the column fields even if there are no records (is there any way to enter the columns fields). The report cannot have months missing. If there are no rows, I need the column to be just blank in the pivot.
I tried inserting dummy rows with just the month values, but that will insert a row called "(blank)" and that is not okay.
I know this can be done using sum if. But I dont want to. (in future, I need to change the source to a database with just a pivot in the xls)
I want to use Pivot to do this. Is it possible?
Problem -
sometimes, my source data has no rows for a particular month (eg. Dec). When I hit refresh, the pivot will remove the Dec column. Is there any way to force the pivot to keep all the 12 months in the column fields even if there are no records (is there any way to enter the columns fields). The report cannot have months missing. If there are no rows, I need the column to be just blank in the pivot.
I tried inserting dummy rows with just the month values, but that will insert a row called "(blank)" and that is not okay.
I know this can be done using sum if. But I dont want to. (in future, I need to change the source to a database with just a pivot in the xls)
I want to use Pivot to do this. Is it possible?