Forum Discussion
Georgie13
Sep 15, 2022Copper Contributor
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)...
- 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