Comparing a Range of Values

  • Thread starter Thread starter jpx
  • Start date Start date
J

jpx

I have named two ranges of cells and I want to compare one range t
another to see if they are identicle. I tried =exact(range1,range2
but get an error. Can this be done
 
Something like this:
=SUMPRODUCT(--(EXACT(rng1,rng2)=FALSE))
will count the number of different cells.
 
jpx said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top