Login Page - Create Account

Support Board


Date/Time: Sun, 19 May 2024 04:11:24 +0000



Post From: Bar Numbering Question

[2016-08-29 15:31:02]
Sawtooth - Posts: 4000
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.