How do I bold just the totals when using Subtotals?

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

Guest

I have a file where I am using the Subtotals function and I would like to
bold just the totals line. I do not want to make all the numbers bold, just
the totals line.
Can somebody help me with this?
 
Assume the first line of data (not header) included in the column where
totals are bolded is A2 and the first numbers is in B2, select all numbers
starting from B2 to the end so that B2 is the active cell, then do format
conditional formatting, formula is and in the formula box put

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

click the format button and select bold in the font tab, then click OK twice

replace A2 with the first data cell in your sheet and B2 with the first
totaled number


--

Regards,

Peo Sjoblom

http://nwexcelsolutions.com
 
I know this was asked a long time ago--but for future searchers. I learned
this new neat trick for this.

Collapse your subtotals. Highlight everything going across.
Edit->Go To->Special->Visible Cells only-> Bold (may have to bold twice to
get everything).
Expand to see your results!
 

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