Google spreadsheets basics and conditional formatting
How To Apply Conditional Formatting Across An Entire Row;
- Basics
$A$1is a direct reference toA1, that won’t move if formula is applied to a rangeISBLANK(..)means cell is emptyAND(c1,c2,...,cN),OR(c1,c2,...,cN)
- Cond. formatting bits
- If you need to pick the “current” cell, it’s the first cell of the range without
$s =$U1=1is “ifUof the current row is equal to 1” (then you can color the entire row green or whatever)- The order of the rules is precedence, that is rule N will overwrite N+1
- If you need to pick the “current” cell, it’s the first cell of the range without
Nel mezzo del deserto posso dire tutto quello che voglio.
comments powered by Disqus