hello. is anyone familiar with coding in excel? i would like to code a cell to change colors when the value of that cell changes.
example
if current.price > previous.price then color.font(green)
in other words how can i cache the current.price into a previous.price variable into memory to check the next price against?
thank you.
example
if current.price > previous.price then color.font(green)
in other words how can i cache the current.price into a previous.price variable into memory to check the next price against?
thank you.