Hello,
I have a program currently set up where operators enter in information into 5 cells. If possible, I would like to have it so that if an operator enters in information into H6 for example, then F6,G6, H6, I6 and J6 will all light up green.
Currently I ahve my conditional formatting set up so it says
=($H$6="OUT")
it then applies a green fill as a result, and I have it set so it applies to: =$F$6:$J$6
This works fine for that cell. I would like to get it so that it not only works for H6, but also if I were to have H7 column say OUT, then it would highlight it green for F7, G7, H7, I7 and J7 (and so on, ideally for about 20 rows)
Is this possible to do in a single conditional format, or do I need to do a different conditional format for each row (That would be kind of a pain)
Essentially, it would need to be something like instead of row 6, the row becomes a wildcard or something would be how I would guess to try and handle it.
I have a program currently set up where operators enter in information into 5 cells. If possible, I would like to have it so that if an operator enters in information into H6 for example, then F6,G6, H6, I6 and J6 will all light up green.
Currently I ahve my conditional formatting set up so it says
=($H$6="OUT")
it then applies a green fill as a result, and I have it set so it applies to: =$F$6:$J$6
This works fine for that cell. I would like to get it so that it not only works for H6, but also if I were to have H7 column say OUT, then it would highlight it green for F7, G7, H7, I7 and J7 (and so on, ideally for about 20 rows)
Is this possible to do in a single conditional format, or do I need to do a different conditional format for each row (That would be kind of a pain)
Essentially, it would need to be something like instead of row 6, the row becomes a wildcard or something would be how I would guess to try and handle it.