Quote from dwl603:
ok now you se where J12 is, you see how it is -504? so
k12 = negative 420 meaning i was stopped out, now the problem is if J12 goes higher than -400, K12 will revert back to being J12, i want K 12 to lock once J12 goes over -400 to represent a stopout.
the equation i have for K12 is =IF(J12<=-400,-420,J12)
![]()
As mentioned above, small variation:
=If(k12=-420,-420,if(j13<=400,-420,j13))
This locks in -420 once it has been triggered, no matter what happens to the J column (going up whatever) after.
Just drag that down to as many k cells
as you want.
Cheers.
