Automatically fill in TRUE values

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))}
 
R

Ron St Jean

All of the cells have formula's and they are the formula that I have shown
below.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top