I’m using an RTD (Real Time Data) sheet. numbers increase / decrease all the time.
I’m trying to implement a Format condition for some reason its not working.
I would like the cell if the RTD data is greater than prev data it will show green, if data is less than prev data it will show red, if data is the same will show yellow.
at this moment its only showing Yellow, it’s not recognizing the change in data value.
I initially referenced to this page from earlier discussion and applied same concept but it did not work.
anyone have any ideas, thank you in advance
updated:
Providing data sheet will do no good unless u have software that updates data. Is there a way to have a cell change conditional format upon itself with Real Time Data.
ie. column A row 1 = 10
data A1 changes to 11 I would like the cell to change Green
data A1 changes to 9 I would like the cell to change RED
A1 cell is highlighted cell value is greater than > current A1 cell value background changes Green
A1 cell value is less than > current A1 cell value background changes Red
A1 cell value is equal to = current A1 cell data background changes white