Forum Discussion

Georgie13's avatar
Georgie13
Copper Contributor
Sep 15, 2022
Solved

Conditional Formatting Excel Online

I'm trying to use conditional formatting on column A in sheet1 to highlight any cells that have the same data as any of the cells in column A in sheet2.    I've tried using =COUNTIF('sheet2'!$A:$A)...
  • DexterG_III's avatar
    Sep 15, 2022

    Georgie13 Please make sure the Rule Type is set to "Formula" and use the following function in the formula input box as shown below.  

     

    =ISNUMBER(MATCH(A1,Sheet2!$A:$A,0))

     

    Hope this helps,

    Dexter

     

Resources