Support Board
Date/Time: Tue, 04 Nov 2025 04:18:53 +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.  | 
        
