no output on column formula with For loop and if() to count repeated str in cells
Hi, Below (section A) is my code for a formula in a new column and it is working. However, I want to use for loop to replace it. I tried on it(Section B) , but there is not output at all. I wonder if someone can give me some advice of my mistake on section B? the example of column smap1 is in attached table. Thanks
section A:dt3 << new column("smap", character,
formula(
If(N Rows( Loc( Words( :s
...