Login Page - Create Account

Support Board


Date/Time: Sun, 28 Apr 2024 22:11:34 +0000



Post From: Volume - Colored Based on Volume

[2020-06-23 13:25:15]
Sawtooth - Posts: 3980
Use a Formula Column to calculate when the color changes.
Use this formula in row 3:
=IF(F3>F4,1,IF(F3<F4,-1,0))
This will return a 1 for the up-color, and a -1 for the down-color.