Support Board
Date/Time: Mon, 23 Dec 2024 16:11:23 +0000
Post From: overlay data from other chart
[2015-09-17 23:43:37] |
Sawtooth - Posts: 4141 |
For this you'd want to use a double IF statement in a formula column, e.g. in cell P3: =IF(ConditionsToBeginTrue,TRUE,IF(ConditionsToEndTrue,FALSE,P4)) You would then reference P3 in row 3 of the column that is drawing the overlaid study: =IF(P3,AA3,0) |