Hello,
I want to highlight a cell based on two bits of information supplied by the user. I've got one cell highlighted, but now want to expand it to include another cell, based on whether the next cell is higher or lower in value. If the two cells are of equal value, I do not want that second cell to be highlighted. The specific cell might to be highlighted is based on the first highlight.
So it looks like this:
0 2 1 1
Say the first zero is highlighted, based on the entered information. I now want the third number in the row (1) to be highlighted also, since it is more than zero.
Now say the first two (2) is highlighted. Here I want the the forth number in the row to also be highlighted (1), since that number is lower than the first highlighted cell. If the two related numbers are equal, I do not want that final cell highlighted, just the first one.
Here's what I've done so far.
Thank!
Bob
Bookmarks