Restrict For Each()
I'm fairly new to the For Each() function, so bear with me. The script below does what I need, except that I'd like to restrict the columns it acts on. I'd like to act on columns 3 and above only? Straightforward enough with a For() function, not sure how it works here?
For Each({colnames, index}, dt << Get Column Names("String"),
rows_to_color = dt << Get Rows Where((Column(dt, colnames)[]<1...