I am looking forward to update the excel cell in colour based on the data received from an external source. The data is getting updated as expected in a cell. I want to change the colour of the cell based on the received data.
Assume the selected cell is A3. The data comes in a internal of 3 seconds. Assume data that comes is 10 15 12 18 20. For these data I want the colour to be red green red green green.
Red indicates that the value is less than the previous value and green indicates that the value has increases as compared to previous value.
I have used conditional formatting, but did not find a feature to compare previous value in same cell