This seems like an awfully simple problem, but I'm having a devil of a time trying to get it to work.
Basically I have a column of numbers that run like this:
- 56.69
- 56.74
- 56.83
- 56.78
- 56.78
- 56.7
- 56.61
- 56.58
- 56.57
- 56.58
All I want to do is highlight a cell when it is lower/higher than the one above it. For example, since item #2 in the list above is higher than #1 above, that cell would be highlighted green. Same with #3. #4, since it's lower than #3, would be highlighted red.
I've tried doing formulas like this:
Putting in a formula= ($K3 < $K2) // which attempts to isolate the column but not the row reference (K is the row that contains the numbers)
Using the "Format Only Cells that Contain" selection and choosing: "Cell Value" "Less Than" "=$K2"
The first bulleted item does color cells, but not correctly. It doesn't seem to be comparing the items quite right (highlights cells red that are clearly greater in value than the previous cell).
I've also attempted to variations on the formula, such as: + K4 > K3 (referencing the cell below the selected (referenced) cell when creating the formula) + Using / not using parenthesis using the formula option.
Thanks in advance for any help and/or advice! Please let me know if I left out any details.
Yours, Spider
