Support Board
Date/Time: Wed, 27 Nov 2024 15:50:20 +0000
Post From: ALERT
[2014-09-09 14:35:55] |
Sawtooth - Posts: 4120 |
Try this: Long: =AND(ID2.SG1[-1]>ID1.SG1[-1],ID1.SG1>ID2.SG1,ID1.SG1>ID1.SG1[-1],ID2.SG1>ID2.SG1[-1]) Short: =AND(ID2.SG1[-1]<ID1.SG1[-1],ID1.SG1<ID2.SG1,ID1.SG1<ID1.SG1[-1],ID2.SG1<ID2.SG1[-1]) where ID1 is the 16 Hull and ID2 is the 25 Hull; edit as needed. |