Change the color of a cell based on another cell

Emilie9457 -  
Mike-31 Posted messages 18205 Registration date   Status Contributor Last intervention   -
Hello,

I'm looking to create a conditional rule that would color my cell (R3) if it contains the data entered in Q3 and/or in P3.

Additionally, I would like to stretch this rule for the entire R column to encompass the full list of rows (over 110,000 rows).

I need to perform a validation (quality control) on the data of a massive file to be processed.

Thanks a lot!

Configuration: Windows / Chrome 61.0.3163.100

3 answers

  1. Mike-31 Posted messages 18205 Registration date   Status Contributor Last intervention   5 147
     
    Hello,

    if I understood correctly, select R3 and Conditional formatting
    the formula is
    =AND(R3<>"";OR(R3=P3;R3=Q3))
    choose the fill color

    --
    A+
    Mike-31

    I am responsible for what I say, not for what you understand...
    1