Login Page - Create Account

Support Board


Date/Time: Sun, 19 Oct 2025 03:29:33 +0000



Post From: spreadsheet: how to plot only current value

[2015-09-24 20:17:15]
Sawtooth - Posts: 4277
To do it with a spreadsheet formula, try this:

=IF(ROW()=3,YourConditions,0)