With an excel input, I wanted to validate that the values are numeric, and in the case where the user has a string, error, or blank in the cell I want to cast it as something else.
I tried the IsNaN function but it didn't work as I expected. I did IsNaN('test') and it returns false, so that doesn't really help me.
Any ideas? Thanks