Compare columns

anand3dinesh

Board Regular
Joined
Dec 19, 2019
Messages
137
Office Version
  1. 365
Platform
  1. Windows
Gents,

Please can anyone help me with comparing 3 columns in the excel?
see attached image i have a report that has 3 diffirent dates and time. if any of 3 column has same data i would like to add this in compare column to filter out.

Thanks for your help
 

Attachments

  • Compare column.JPG
    Compare column.JPG
    158.1 KB · Views: 10

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
any the same in 1 row or the whole column?

Will all 3 column be populated or will there be a situation where 1 column has blank cells

Assuming ALL three are filled in

=IF(A2="","",IF(OR(A2-B2=0,A2-C2=0,B2-C2=0),"Match","" ))
 
Upvote 0
any the same in 1 row or the whole column?

Will all 3 column be populated or will there be a situation where 1 column has blank cells

Assuming ALL three are filled in

=IF(A2="","",IF(OR(A2-B2=0,A2-C2=0,B2-C2=0),"Match","" ))

Thanks mate that worked
 
Upvote 0

Forum statistics

Threads
1,215,477
Messages
6,125,037
Members
449,205
Latest member
Eggy66

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