add total only shaded cells

  • Thread starter Thread starter israel
  • Start date Start date
I

israel

Hi everybody,

Can anyone help.
I have a formula that colors the cell which is less, how can I add only the
colored cells?

Example; Collumn "A" & Collumn "B" with 100 rows each, entered a formula
to highlight with a color the <cell. Is there a way to add the value of the
colored cell only?

Please help!
 
Hi

You can not sum by color, but you can use a sumif formula, and apply
the you used to color cells

Your formula could look like this:

=SUMIF(A1:B100,"<100")

Regards,
Per
 
Back
Top