Issue with conditional formatting (color) using 'for each row' and nested 'for' loop
Hello,I'm on the tail end of a script where I've summarized a bunch of data in various columns (both numeric and character). Looping to format numeric cells meeting certain criteria is easy enough but I'm having some issue assigning a color for character columns that contain a certain substring.For instance, a cell (with the following content:1,1,2,1,1,2,3,3) should be colored red because it conta...