Login Page - Create Account

Support Board


Date/Time: Fri, 04 Jul 2025 03:55:03 +0000



Post From: Volume - Colored Based on Volume

[2020-06-23 13:25:15]
Sawtooth - Posts: 4231
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.