SUM by color type

G

Gerard Sanchez

Hi,

I want to sum cells of certain color. Googled the function
and came up with =colorfunction

=colorfunction($B$1,$B$3:$B$52,TRUE)

Per the example, aside from adding cells from B3 to B52 , I also want to
include range from E3 to E52. How do I include this in the formula?


Thanks a bunch!
 
P

Pete_UK

Without knowing the details of the colorfunction UDF, I would guess
like this:

=colorfunction($B$1,$B$3:$B$52,TRUE)+colorfunction($B$1,$E$3:$E
$52,TRUE)

Hope this helps.

Pete
 
G

Gerard Sanchez

Thanks Pete!

Without knowing the details of the colorfunction UDF, I would guess
like this:

=colorfunction($B$1,$B$3:$B$52,TRUE)+colorfunction($B$1,$E$3:$E
$52,TRUE)

Hope this helps.

Pete
 

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

Top