Support Board
Date/Time: Wed, 05 Nov 2025 12:50:20 +0000
Post From: Volume - Colored Based on Volume
| [2020-06-23 13:25:15] |
| Sawtooth - Posts: 4285 |
|
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. |
