Hello,
I've been trying to get this to work for a while now:
I have two cells containing information I have imported from an outside source. The values in each cell should be the same, but if they are not, the cell background color turns red.
It isn't necessary for the cells to be exactly the same - I could have a tolerance level of 2 (cell_value + 2 or cell_value - 2).
I can easily make the cell's background turn red if the numbers must be the same, but how would I go about making it red if the cell value is < 2 or > 2 more than the value of the cell?
So to summarize:
if cell1 = 99
cell2 = 100 the background stays white, but
if cell1 = 99
cell2 = 109 the background turns red
I hope this makes sense.
Thanks for your help.
I've been trying to get this to work for a while now:
I have two cells containing information I have imported from an outside source. The values in each cell should be the same, but if they are not, the cell background color turns red.
It isn't necessary for the cells to be exactly the same - I could have a tolerance level of 2 (cell_value + 2 or cell_value - 2).
I can easily make the cell's background turn red if the numbers must be the same, but how would I go about making it red if the cell value is < 2 or > 2 more than the value of the cell?
So to summarize:
if cell1 = 99
cell2 = 100 the background stays white, but
if cell1 = 99
cell2 = 109 the background turns red
I hope this makes sense.
Thanks for your help.