P
Python
I'm trying to use functions to change patterns in some
cells. The patterns refer to a cell that the formula
doesn't affect. For instance, B1 to F1 has a pattern that
depends on whether or not A1 is empty, and then if any of
those cells are empty, they have another pattern. Is it
possible to evaluate each cell seperately within a group,
and apply the pattern to the single cells, without
applying the formula to each cell individually?
cells. The patterns refer to a cell that the formula
doesn't affect. For instance, B1 to F1 has a pattern that
depends on whether or not A1 is empty, and then if any of
those cells are empty, they have another pattern. Is it
possible to evaluate each cell seperately within a group,
and apply the pattern to the single cells, without
applying the formula to each cell individually?