I want to only at cells that are in bold to a total in Excel

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

Guest

My colleague has gone through a table and highlighted certain cells in bold.
I would like to write a formula that only adds the totals that are in bold.
It seems to me that I need the reverse of the conditional formatting option,
is this possible? I am using Office 2003.

Thanks
 
You'll need to use a UDF. One way:

http://www.mcgimpsey.com/excel/udfs/sumbold.html

Note that there's no event in XL that causes a recalculation when a cell
format changes, so you'll have to specifically recalculate after
setting/clearing the bold format to be sure that the result of the UDF
is up-to-date.
 

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