Comparing row values
I have a table which has 2 columns Term and Multiply which looks something like this: I want to somehow be able to read the column "Term" and check the following:1) If the term in the "Term" column is not multiplied by anything (like Name, Place, Animal and Thing in the above table), then multiply the value in the "Multiply" column by 2.2) If the term in the "Term" column is multiplied by any othe...