Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have created a pivot table with column year and three subcolumns sum(sales),count(articles), sum(credit_sales)
Now I want to display credit_sales only for the highest year.
Because I cannot find a way to hide the column credit_sales for previous years I did a conditional formatting where font color is white for previous years.
Only thing to solve now is how to conditional format the columnheader for credit_sales, could you help me with that ?
Try something like =if(Year <> max(total Year), argb(0,0,0,0),0)
Do you have a sample you can share?
In those examples the subcolumn is shown or hidden for all years, also for the highest year
This works for the values but not for column headers
Works for me.