peppermint
Technical User
Hi:
I am trying to compare rows of data in excel and want to know if this is possible.
For example, let's say I have the following data below. I want to run a "search" and see if there any repeats. So A1,B1 and A5,B5 are "doubles" - I'd want to know that and delete one row, etc.
A B
1 red blue
2 orange blue
3 red red
4 purple yellow
5 red blue
Also, if this is possible for a small amount of data like above, would I be able to run this search on let's say 10,000 rows of data comparing information in 10 rows (let's say all 10 rows have to "match" perfectly?)
I was trying to use something like the EXACT formula, but I could only get it to compare two cells for one column at a time. =EXACT(A1,A2) - which doesn't really help. Any information is appreciated.
I am trying to compare rows of data in excel and want to know if this is possible.
For example, let's say I have the following data below. I want to run a "search" and see if there any repeats. So A1,B1 and A5,B5 are "doubles" - I'd want to know that and delete one row, etc.
A B
1 red blue
2 orange blue
3 red red
4 purple yellow
5 red blue
Also, if this is possible for a small amount of data like above, would I be able to run this search on let's say 10,000 rows of data comparing information in 10 rows (let's say all 10 rows have to "match" perfectly?)
I was trying to use something like the EXACT formula, but I could only get it to compare two cells for one column at a time. =EXACT(A1,A2) - which doesn't really help. Any information is appreciated.