Help with If Statement
I'm currently trying to write a script that reads a column from my data table, and runs a different set of functions depending on the value of that column. For example, If the data in Column A = A, create a new column called "A" and run the functions (A to C) below. If the data in Column A = B, create a new column called "B" and run the functions (D to F) below instead. Else, create a new column...