I have a table with three rows that each has a numerical value. For example: Price - 3$ - 4.5$ - 2$. I am trying to create a formula that displays a green arrow if the price has increased (3$ to 4.5$) a red arrow if the price has decreased (4.5$ to 2$) and a yellow arrow when the number stayed the same.

I could just add these arrows manually but I have several columns with different numerical values and I need a dynamic functions that looks at the first numerical value and ads an arrow depending on how much the numerical value increased/decreased from the previous cell.

Is there any way to do this?

Thanks!