Highlighting total rows in pivot table

  • Thread starter Thread starter jim37055
  • Start date Start date
J

jim37055

Does anyone know how to have the total rows in a pivot table highlight
in a different color? I am sure there is a very simple answer here,
but I am just not finding where to do it.
 
Put your pointer left to the Point where the Total starts. You should
get black arrow pointing to the right. By clicking now you can select
totals. Change the color. Done.
 
I know how to do that... What I am looking for is a way to set up the
pivot table so that all the subtotal rows automatilly are highlighted
in a different color.
 
That's what I have in mind. You should have all the subtotals changed
this way.
 
Hi

You could conditionally format the sheet before you create your pivot table.
If you click the select all box (top right of the sheet) and use Formula Is
along with:
=ISNUMBER(FIND("Total",$A1))
and select your format.

Andy.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top