Login Page - Create Account

Support Board


Date/Time: Tue, 23 Apr 2024 13:40:45 +0000



Post From: Next bar rage on Flex renko

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