i am trying to do a conditional format in my script which will fill the cell in red, if its length of the string contained in that cell is > 6 characters. The problem that I am having is that I cannot figure out how to make it loop through all of the rows with data in them.
=len(A1) > 6
=len(A1) > 6