یکشنبه بیست و سوم آذر ۱۳۹۹ - 18:50 - حسين حسين پور -
Highlight missing values
Generic formula
=COUNTIF(list,A1)=0
Summary
To compare lists and highlight values that exist in one but not the other, you can apply conditional formatting with a formula based on the COUNTIF function. For example, to highlight values A1:A10 that don't exist C1:C10, select A1:A10 and create a conditional formatting rule based on this formula:
=COUNTIF($C$1:$C$10,A1)=0
Note: with conditional formatting, it's important to enter the formula relative to the "active cell" in the selection, which is assumed to be A1 in this case.