Formatting subtotaled cells

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am subtotalling data via a macro, and would like the cells in the entire
subtotal row to all be bold, like the row header cell (e.g. "999 Total" and
"Grand Total"). I'm trying to make the subtotaled data stand out from the
detail data.
 
One way would be to use conditional formatting,
assume the category is column B and the numeric totals are in C
starting with the first numeric value in C2, select from C2 to the last
value in C with C2 as the active cell, do format>conditonal formatting>
formula is

=ISNUMBER(FIND("Total",B2))

click the format button and select bold fonts and click OK twice
 

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