Getting started
Work with classic spreadsheet logic - math, references, and point and click manipulation for quick data analysis.
Last updated
Was this helpful?
Work with classic spreadsheet logic - math, references, and point and click manipulation for quick data analysis.
Last updated
Was this helpful?
Was this helpful?
IF( Z0 > 10,
IF( Z1 > 10,
IF (Z2 > 10,
AVERAGE(Z0:Z2),
"Invalid Data",
),
"Invalid Data",
),
"Invalid Data",
)