Hi Community - It's been a while since i've done this and it seemed to have slipped my mind on how to do it. I need a formula to fill a cell color if it is less or greater than another cell, for example:
IF(A1<B1"Fill Color Red")
Essentially i want cell A1 to fill color Red if it is less than the value in B1. I am needing to do this without using conditional formatting as this will be used for an entire row of cells and unless i'm doing something wrong, the conditional formatting gives me an error stating to apply it to a single cell...
Any guidance?
IF(A1<B1"Fill Color Red")
Essentially i want cell A1 to fill color Red if it is less than the value in B1. I am needing to do this without using conditional formatting as this will be used for an entire row of cells and unless i'm doing something wrong, the conditional formatting gives me an error stating to apply it to a single cell...
Any guidance?