Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

comparing rows of data in excel

Status
Not open for further replies.

wdverner

Technical User
Mar 10, 2005
160
GB
hi all,
i wish to carry out some detailed analysis of ROWS of data in excel.

Each row has 10 columns on data.
There are 5 rows.

What i want to do is compare row 1 with row 2 and count the number of differences between the 10 columns of numbers.

I will then count the differences between rows 1 to row 3 and so on....

How is this best achievable?

Many thanks
 
Put the following formula in a location that will not show or be in the way.

=if(A$1=A2,0,1)

Copy it down 5 cells and then copy all across until you have a 10 column block. Sum the 10 x 5 block.


Sawedoff

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top