View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
SteveDB1 SteveDB1 is offline
external usenet poster
 
Posts: 414
Default data analysis/comparison

Thanks Spiky,
I found my solution.
BEst.

"Spiky" wrote:

If comparing to a theoretically identical layout of the same data, I
always just use AND since it is easy to type quick and gives basic
true/false response.
=AND(A1=Sheet2!A1)

Copy where needed.