Compare data in multiple cells in one row with those in other

gtg174q

New Member
Joined
Nov 14, 2007
Messages
4
Guys,

I got several columns and rows of data. For a given criteria in column A, I want to compare the data in rest of the column for that row with the rest of the columns in another row. We are comparing same number of columns; however, those data aren't sorted. I just want to know if all the values in one row is repeated in another row or not.

Any idea how to do this?

Thanks for any help and hopefully following example would clarify what I am looking for.

For e.g.

Below, let's say I want to compare Mary and Mark. Once I id which rows these two names are located at (which I can do), I need to compare Mary's data with Mark's (their last name, address and tel#.). It would return TRUE for Mary and Mark and FALSE for Mark and Shane or Mary and Shane. However, these data (last name, address, tel #, email id) aren't always in the same column like below. However, first col always has first name. I just made up some crap below.

First Name Last Name Address Tel # email id
John McCarthy 123 Whatever ###-###-#### pleasedonotreply@gmail.com
Jenn William 124 Whatever ###-###-#### pleasedonotreply@gmail.com
Mary Smith 125 Whatever ###-###-####
Mark Smith 125 Whatever ###-###-#### pleasedonotreply@gmail.com
Shane Smith 127 Whatever ###-###-#### pleasedonotreply@gmail.com
George Day 128 Whatever ###-###-#### pleasedonotreply@gmail.com
Brenda Young 129 Whatever ###-###-#### pleasedonotreply@gmail.com
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.

Forum statistics

Threads
1,214,971
Messages
6,122,520
Members
449,088
Latest member
RandomExceller01

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top