Goal: change background color based on value relative to the value of a cell. (i.e. I want the background of B1, C1, and D1 to be red if higher than A1, and green if lower)
Problems: If I try to apply conditional formatting to multiple cells at a time it spits out garbage (some cells despite being a lower value turn red, some turn green despite being a higher value)
Trying to clone formatting simply adds the new cell to the conditional formatting cell range of the donor cell, resulting in the same garbage output that does me no good.
The only way I can currently get it to output what I want is to individually apply the desired conditional formatting, but that is not a reasonable solution when I need to apply it to thousands of cells. So is there a good way to do this, or is the software just garbage?