Login Page - Create Account

Support Board


Date/Time: Sun, 22 Dec 2024 05:30:01 +0000



Post From: Next bar rage on Flex renko

[2015-07-16 19:27:11]
Sawtooth - Posts: 4141
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)