foreach ArrayReference in my Reference { foreach value in my ArrayReference { print (value >=1 and value < 33) ? highlighted cell : regular cell; } }