Activity overview
Latest activity by Torry
Is If-Then-Else logic possible
Suppose I have two columns and I want column 2 to be based on the random value from column 1. For example, column 1 is Yes|No. I'd like column 2 to be 1 when column 1 = Yes and 0 when column 1 = ...