Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Extending pivot table sub-total labels over several columns

I have a pivot table where one sub-total is total hours worked during the period.

I want the sub-total label to state what the total is, and what dates are used.

I wrote the following expression:

='Totals for period from START '&min(workingday)&' TO '&max(workingday)

which works perfectly, but since the category it's applied to is quite narrow, the text wraps over 3 lines. I have five more

dimensions, and I'd like to this label to extend on one row over these columns, so that I have a better looking chart.

I also apply colour formatting to these (=if(RowNo()=0,yellow()) ), and I'd like that to extend as well.

Is there any way to accomplish this?

Thanks,

Kevin

1 Reply
Gysbert_Wassenaar

You can't merge cells the way you can in Excel. So displaying an expression value across several columns is not possible.

You can use the same background color expression for the dimensions. Click on the + in front of the dimension, select Background Color, click on the Edit button and enter the expression.


talk is cheap, supply exceeds demand