Iterate through multiple columns and replace cells
Hello everyone, I'm trying to iterate through multiple tables and replace any value >6 sigma with a ".". Below is my attempt to iterate through big class and replace the weight and height values greater than 1 sigma with a .; however, it is not working as intended. I think I'm confusing myself with the two strings. Names Default To Here( 1 );
Clear Globals();
dt = Open("...\SAS\JMP\13\Samples\...
awallace
msharp