View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
Alan Beban
 
Posts: n/a
Default Comparing a Range of Values

jpx wrote:
I have named two ranges of cells and I want to compare one range to
another to see if they are identicle. I tried =exact(range1,range2)
but get an error. Can this be done?


If the functions in the freely downloadable file at
http://home.pacbell.net/beban are available to your workbook,

=RowsEqual(range1,range2) will return True or False.

Alan Beban