Select Where a Column Contains a Value
I have a script that is supposed to: 1) Allow the user to pick multiple files to open 2) Close any files that have no data (ie only one column with one value that says NA) 3) Close any files that do not contain 1146 in column 7 (the column is called Sealer # in some filesand is unnamed in others, further it is a character column in some files and a numeric column in others) I have gotten the first...
Steven_Moore