I am trying to achieve the following: I have a google sheet with a stock price pulled from =GOOGLEFINANCE("ticker", "price"). I want that cell containing the stock price to flash green or red conditional on that cell updating with a higher or lower price as before.
I want to avoid having any form of helper cells, storing old values of the price, etc.
Is this something a script would achieve?
Thanks a lot for your help, everyone!