So, I have this dynamic pivot table grabbing data from another sheet/tab called Data Import. In Name Manager, this is what I have for the pivot table: =OFFSET('Data Import'!$A$6,0,0,(COUNTA('Data Import'!$A:$A)),14)
The pivot table work beautifully when I don't have blank rows or rows that have subtotals throughout the middle of the record (Data Import tab), but when I do, my dynamic pivot table doesn't show the last 10 or 12 rows of data.
Is there a way of getting around this without adding "+20" at the end of the COUNTA() function in my name manager.
Thanks!