View Single Post
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

Enter a SUM or SUMIF formula that uses the same conditions as your CF.
For instance, if your CF is "greater than 10" for A1:A10, then use

=SUMIF(A1:A10, "10")



In article ,
"Dominic" wrote:

I have a list values and some of the values are bold based on conditional
formatting. How do I sum only the values that are bold within the list of
values.

Thanks