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

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -