Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Highlight a cell in a column if an input is matched in Google sheet

I would like to create a Google Sheets form where participants can organize themselves into groups of three. Specifically, I want a cell in the "Email List" column (which is fixed and cannot be edited by participants) to be highlighted when a participant enters their email,

similar to the example here

I very appreciate any help.

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

I have searched for "Match and Highlight" using Googe Sheet from this website but no answers were helpful to my question.

>Solution :

To achieve this result you can use conditional formatting with a custom formula:

=MATCH(D2, flatten($A$1:$B$3), 0)
  • D2 is the left and top-most cell of the range you need to format.
  • $A$1:$B$3 is the range where you need to search for the values. Important: it has to be fixed (have $‘s in front of all parts of the coordinates).

Conditional formatting rule:

Conditional formatting rule

Result:

Result

Document with the working example.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading