Meet the Other Phone. A phone that grows with your child.

Meet the Other Phone.
A phone that grows with your child.

Buy now

Please or to access all these features

Tech tips

Google sheets - sum by colour

3 replies

UnsuccessfullyAdulting · 17/11/2016 16:19

Hello! I'm desperate for a formula which sums all cells which th a certain text or background colour. I can conditionally format either by text or background colour, but I need to add all cells with a

OP posts:
DanFmDorking · 17/11/2016 18:23

It's not too clear what you are asking for but -

With this column of data in column 'A':-

2
-1
3
-7
4
-9

=SUM(A1:A6) adds all the numbers

=SUMIF(A1:A6,"

DanFmDorking · 17/11/2016 18:25

Oooops, there is a typing error

=SUMIF(A1:A6,">0") adds all the positive numbers

UnsuccessfullyAdulting · 19/11/2016 22:58

Dan I nailed it with that formula. Thanks so much! You've saved me about 3 hours a week at work! Smile

OP posts:
New posts on this thread. Refresh page