Hello I have this formula for conditional formatting to highlight a row:
If any of the values on the row is reapeatead in the range and another condition is true then highlight the row, the thing is I only know where the range begins, the end column and the end rows are variable, I can store them in variables but don't know how to put the columns variable in:
How can I put this "formula1:=" in r1c1 style?,
thx
Code:
=AND(OR(COUNTIF($D$5:$F$8,$D5:$F5)>=2),$G5<>0)
If any of the values on the row is reapeatead in the range and another condition is true then highlight the row, the thing is I only know where the range begins, the end column and the end rows are variable, I can store them in variables but don't know how to put the columns variable in:
Code:
=AND(OR(COUNTIF($D$5:$[B]F[/B]$" & x & ",$D5:$[B]F[/B]5)>=2),$[B]G[/B]5<>0)
How can I put this "formula1:=" in r1c1 style?,
thx