Support Board
Date/Time: Tue, 26 Nov 2024 18:31:38 +0000
Post From: Non-CLR Spreadsheet Function
[2014-05-24 03:27:46] |
eagle - Posts: 92 |
Is MATCH currently fully functional in the SC non-CLR spreadsheet? I use the following to determine whether the most recent signal was a buy or a sell: =MATCH(TRUE,K4:$K$300,0) =MATCH(TRUE,M4:$M$300,0) The formula that returns the lowest number indicates the most recent signal. |