google spreadsheet - If column includes a certain value, turn top cell red -


I want a function that can check a column for a fixed price and if at least one value is found If the top cell should be red, it is an intention to visualize the function of the top cell in the column:

  If any cell in the column "A" = "X" is cellbgcolor = red ELSE cellbgcolor = white   

I do not feel like doing this in two steps, that is, if the value is type "x" in the cell and to paint the cell Uses conditional formatting for the purpose.

please try:

  = "MATCH" ("X" A: A, 0)   

with applies to category: A1.

Comments

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

Simple file compression in C -

php - Sorting an multidimension array using usort fails -