When I use QUERY() and rows of results are returned, I would like to have conditional formatting so that I can see which cells I shouldn't edit because they are produced by a formula. I currently use ISFORMULA(A1) to identify cells that have a formula in them. I would also like to format the cells filled with the results of my QUERY().