Support Board
Date/Time: Thu, 24 Sep 2026 01:05:49 +0000
Post From: Volume - Colored Based on Volume
| [2020-06-23 13:25:15] |
| Sawtooth - Posts: 4354 |
|
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. |
