Imagine a table like this:
foo | bar | baz
---------------
red | clear | clear
clear | red | clear
red | clear | clear
Where those are the assigned background colors for the individual cells within each row. The idea is to be able to call out a cell where data needs to be adjusted, but which cell is dependent on the data making up that row. Is there some way (passing a block, perhaps) that this could be made to happen? All the documentation about the various background color styling options seem to apply only to individual rows or all rows.