Hi Folks,
Col K is populated by formula = $A1&$B1,$C1,$D1,$E1 and may be txt or numeric as processed internally elsewhere.
Col N is populated manually, txt or numeric
Col M =IF(AND($K1="",$N1=""),"",IF($K1<>$N1,"Error","OK"))
The object is to determine whether a manual entry is same as...