I am creating a google sheets stock tracker and the problem i have is that i create a command that change the colour of the cell that has the stock price depending if its up or down today.
For example if Amazon stock is up on Monday to make the cell green, and if its down on Monday to make the cell red. I want the cell to become green or red not the numbers inside that cell.
i use the =GOOGLEFINANCE('Ticker';"price") for the custom cell.
Can anyone help me?