Spreadsheetz
New Member
- Joined
- Jun 12, 2016
- Messages
- 22
Hi There,
Hoping this is easier than I'm making it..
I'm trying to conditionally format columns based on the sum of multiple rows.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Jeff[/TD]
[TD]John[/TD]
[TD]Jack[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]0[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]3[/TD]
[TD]0[/TD]
[/TR]
</tbody>[/TABLE]
The formatting I'm looking to see is: if row2+row3>2, then green; if row2+row3=2, then orange; if row2+row3<2, then red.
I would imagine it's easy to create a conditional formatting formula to do this, but I cannot figure out how to have a sum of columns apply to a condition in this way. Any help would be appreciated!
Hoping this is easier than I'm making it..
I'm trying to conditionally format columns based on the sum of multiple rows.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Jeff[/TD]
[TD]John[/TD]
[TD]Jack[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]0[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]3[/TD]
[TD]0[/TD]
[/TR]
</tbody>[/TABLE]
The formatting I'm looking to see is: if row2+row3>2, then green; if row2+row3=2, then orange; if row2+row3<2, then red.
I would imagine it's easy to create a conditional formatting formula to do this, but I cannot figure out how to have a sum of columns apply to a condition in this way. Any help would be appreciated!