Hi! I'm trying to create a formula for Z-score classification.
When I enter in:
If [Z-score]<=1.8 Then "Unhealthy" Elseif [Z-score]>=3 Then "Healthy" Else "Unclassified" Endif
I get a parse error at char (52): invalid type in operator >=. (Expression 1)
Does anyone know how to fix this?
Thanks!