Hello,
I need a formula to display the trend of a number.
As rows (data) comes in the average value of the column changes and as time goes by the values will go down. I need to compare that average value each day. Meaning if today's average is 5.10 and tomorrows average is 5.50, I need to compare those two numbers to display a red dot since the average is going up. If average number goes down I need to display a green dot. If value remains the same, display a yellow dot. I hope I explained that well enough.
Thank you