I want to build a custom formula for formatting the background color of each cell of sheet MyList
.
The tables in image above are in two separated sheets in the same spreadsheet. I want to format the sheet MyList
in red if the value is not find in the sheet MyKart
.
I tried the following formula, but it does not work:
IFERROR(if(MATCH(A1,MyKart!A:A,false)>0,true,false),false)=TRUE
The image below illustrates the result that I expect w the conditional formatting: