Hello,
I have a simple grid where the rows are people and columns are weeks. There are formulas in the grid that count how many audits a given person has done in a given week and I've conditionally formatted the cells to turn green when the cell is >= 1. I've been asked specifically to put a red dot in each cell that's 0. Is there a way to do this without manually copying and pasting red circles over each cell? I imagine this can be done by looping and drawing in VBA, but I'd prefer as simple as solution as possible.
Thanks!
I have a simple grid where the rows are people and columns are weeks. There are formulas in the grid that count how many audits a given person has done in a given week and I've conditionally formatted the cells to turn green when the cell is >= 1. I've been asked specifically to put a red dot in each cell that's 0. Is there a way to do this without manually copying and pasting red circles over each cell? I imagine this can be done by looping and drawing in VBA, but I'd prefer as simple as solution as possible.
Thanks!