cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • JMP 19 is here! See the new features at jmp.com/new.
  • Register to attend Discovery Summit 2025 Online: Early Users Edition, Sept. 24-25.
Choose Language Hide Translation Bar
learning_JSL
Level IV

need jsl formula to account for empty cell in conditional if statement

Hi - I am new to jsl scripting and am trying to construct a jsl statement as follows: 

if column A is empty, column C = empty,

else if column A < 500 and column B = 200, column C = 0,

else if column A>500, column C = 1.

How would I frame a jsl formula to do this?  Thanks!

 

10 REPLIES 10
learning_JSL
Level IV

Re: need jsl formula to account for empty cell in conditional if statement

Thanks Ron.  It's working now!  

Recommended Articles