google spreadsheet - Apply conditional formatting to whole rows only if multiple rows render true? -


i have advertising campaign tracker have rows name, jobcode, startdate , endate. multiple lines have same job code, each of them can have different end date. need apply conditional formatting rows have enddate has passed – if end date has passed rows same jobcode. have searched forum , various places online without luck, appreciate advice on this.

i have created sample sheet may at. have created formatted sample of want achieve @ bottom. feel free play on top one.

sample spreadsheet

thanks in advance!

this formula work when applied a3:g8 (or further down spreadsheet):

=countifs($d$3:$d$8,$d3,$g$3:$g$8,">="&today())=0

the $d in $d3 keep formatting formula locked on column d applied across columns a:g.

use in custom formula option of conditional formatting


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

c# - Json.Net Serialize String from URI -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -