google script isnan code example Example: google script isnan mynan = NaN if (isNaN(mynan)) { print("yup, it's NaN") }