Support Board
Date/Time: Sat, 05 Jul 2025 01:43:39 +0000
Post From: Bar Numbering Question
[2016-08-29 15:31:02] |
Sawtooth - Posts: 4232 |
You can do it with the Spreadsheet Study study. -Put this in cell H1: 08:30:00 -Put this in cell H2: 15:15:00 -Put this in cell K3: =IF(OR(A3-INT(A3)>=$H$2,A3-INT(A3)<$H$1),0,IF(AND(A4-INT(A4)<$H$1,A3-INT(A3)>=$H$1),1,K4+1)) -Set the Draw Style of K(SG1) to Value On Low. |