Forum Discussion

Kingsnake's avatar
Kingsnake
Copper Contributor
Nov 28, 2023
Solved

Coping Conditional Formatting to other cells and update the condition based on the copied to cells.

Example Cell Value - not between CELL 1 and CELL2.  Then copy the same condition to other cells but apply not between CELL3 and CELL4.   When I copy I want the CELL S15 and CELL S16 to chang...
  • HansVogelaar's avatar
    Nov 28, 2023

    Kingsnake 

    Let's say the rule as shown applies to a cell or cells in row 3.

    Change the formulas in the rule to

     

    =INDEX($S:$S, 2*(ROW(A3)-ROW(A$3))+15)

     

    and

     

    =INDEX($S:$S, 2*(ROW(A3)-ROW(A$3))+16)

Resources