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

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -