View Single Post
 
Old 08-23-2017, 10:21 AM
NBVC's Avatar
NBVC NBVC is offline Windows 10 Office 2013
The Formula Guy
 
Join Date: Mar 2012
Location: Mississauga, CANADA
Posts: 215
NBVC will become famous soon enoughNBVC will become famous soon enough
Default

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.
Reply With Quote