Thread
:
Pivot Table Averages with Partial Data / Default Values
View Single Post
08-23-2017, 10:21 AM
NBVC
Windows 10
Office 2013
The Formula Guy
Join Date: Mar 2012
Location: Mississauga, CANADA
Posts: 215
Perhaps you can add a helper column to the main data with formula like:
=IF(F2="",0,F2)
Where F2 is first Content_Completed column entry. Copy formula down. Put a header title in the column and use that column in the Pivot table instead.
NBVC
View Public Profile
Find all posts by NBVC