I have a table with alternating row colors for football, where each game is listed on a row. I have three betters (one column per) and we put the team abbreviation for each pick in the corresponding column for each person. For any game where we disagree, all three columns are colored yellow so we can all tell what games to be concerned about. When the game is done, the “Winner” column’s abbreviation is compared against the better’s pick. Any losing cell has its background colored red and the winning cells have their background removed.
So here’s the question. Numbers AS support does not have a “No Fill” color option like its GUI does. Is the normal scheme of handling this type situation to query another side column for its background and copy that as the background for each winner cell? Or use some type of SystemEvents
magic to choose the Cell
sidepanel and pseudo-select the "No Fill"
option from its Color
pulldown for all selected winning cells in a single go?
Speed isn’t an issue as there are max 16 games per week.