Regex within a column loop formula
Trying in vain to have theis column formula execute correctlyFor( i = 0, i < 10, i++,Regex( :Source, :Words to Remove, "", global replace ));Ten words to remove from the source column and replaced with a null.All help is appreciated
