Very simple: For every row I need this:
  1. If C2<B2, then C2 needs to be in red
  2. If C2>B2, then C2 needs to be in green
And I need that for every row in the sheet. I'm up to 65 rows and it is expected to grow into the hundreds. Currently, I have to build those two rules custom for each new row of data, and that's going to get old real fast...