Help! Conditional Statements containing Missing Values
I am trying to create a column that labels a pair of points
as falling into category “I”, “II”, “III”, or “IV”. The pair of points is
based off of two columns, and some cells have missing values. I am
certain my code is logically correct. Can anyone help me find a working solution? Below are several of my JSL attempts: For Each Row(Assign(:Quadrant_Running = If(Is
Missing(:Running_Y), Continue(), ...
