Support Board
Date/Time: Sat, 10 May 2025 18:35:19 +0000
Post From: Next bar rage on Flex renko
[2015-07-16 19:27:11] |
Sawtooth - Posts: 4214 |
Try this: =IF(ROW()=3,IF(B4<E4,C4+5*$J$21,0),0) This would also work: =IF(AND(ROW()=3,B4<E4),C4+5*$J$21,0) |