Can we use "for loop" in Column Formula ?
Hi All,
Is there any way to combine these two operations (Creating a new columns and then running a ForLoop) to a single one ?
I have repeated Customer Ids in a columns and then it changes at some point and 2nd ID keeps on repeating and then 3rd one and so on. I want to create a new column say, Unq_Id and its values should be empty until Customer_Id changes. I can do this in script below, but I am ...