Login Page - Create Account

Support Board


Date/Time: Sat, 27 Apr 2024 04:22:48 +0000



Post From: Round level indicator?

[2013-09-17 04:24:00]
Sawtooth - Posts: 3976
Andy,

Add the Spreadsheet Study study, give it a name in the Spreadsheet Name field, set the Chart Region to 1, and set the Number of Rows to 10.

Put this in K3:
=IF($O$3>$E$3,$O$3,$L$3+0.005)
Put this in L3:
=IF($O$3<$E$3,$O$3,$K$3-0.005)
Put this in O3:
=MROUND($E$3,0.005)

-Tom

Date Time Of Last Edit: 2013-09-17 05:32:38