View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Toppers Toppers is offline
external usenet poster
 
Posts: 4,339
Default using exact formula to compare cells

Garry,
My limited testing worked i.e. if returned TRUE if column A
range matched B3.

Extraneous blanks (or "hidden" characters) on either set of data will cause
a mismatch.

Look at TRIM/CLEAN functions to remove this type of problem.



"Garry" wrote:

I'm trying to compare the values in two columns by using this formula
{=OR(EXACT(B3, $A$2:$A$394))} however, it does not seem to be picking up when
the cells contain the same information. It just returns a FALSE answer.
--
Garry