Flagging an error if variable name does not match
Hi all, I want to build a simple error trap where it will flag the error if the variable name from the user defined variable name with the existing table variable name. For example as below; User defined Data tableVariable Name1. Benzene2. Methane3. Ethane Existing Data TableVariable Name1. Benzene2. Methane3. Ethane 4. Propane5. Pentane6. Hexane I tried to used !contains function, but it seemed ...