R
Ron St Jean
Is there a way to fill in the cells between two TRUE statements
Example:
C2=TRUE, D2=FALSE, E2=FALSE,F2=FALSE,G2=TRUE
I would like D2,E2,F2 to all change to TRUE and I would also like to add it
to the formula that makes the cells TRUE in the first place. Here is my
formula:
{=OR(IF($D2=$CG$2:$CG$32,1,0),IF($E2=$CG$2:$CG$32,1,0))}
Example:
C2=TRUE, D2=FALSE, E2=FALSE,F2=FALSE,G2=TRUE
I would like D2,E2,F2 to all change to TRUE and I would also like to add it
to the formula that makes the cells TRUE in the first place. Here is my
formula:
{=OR(IF($D2=$CG$2:$CG$32,1,0),IF($E2=$CG$2:$CG$32,1,0))}