How can I set a cell value to "missing" through a script?
I have a script that I use to remove out of family data points from large numeric data sets. When a value was found that was outside a defined distribution then that value was set to missing by using the code "columnReference[specificCell] = ."I used to work great but now it seems the script does not like me setting the cell value to "." Any suggestions on how I can set a cell value to "missing"...