comparing 4 columns

  1. L

    Comparing two different worksheets/datasets

    Hey everyone, I’m looking for advice on how to compare two different worksheets for differences, perhaps by the highlighting of differences on one sheet. The issue is that the data set I’m comparing to is in a different format e.g. less columns and was essentially used to build the larger...
  2. J

    how to compare values from multiple columns from other sheet?

    Sub numbers() Dim rngCell As Range For Each rngCell In Sheets("Final").Range("F13:F" & rowLast) If WorksheetFunction.CountIf(Sheets("Filter").Range("A1:A" & rowLast), rngCell) <> 0 And _ Range("I" & rngCell.Row).Value <= 0 And _ Range("D" & rngCell.Row).Value < 50 Or _...
  3. J

    Comparing columns of ata in 2 different sheets to see if they contain equal values

    I have the following columns of data: Sheet 1: Name Date Stock A 1/3/2013 Stock B 1/3/2012 Stock B.3 null Stock C 4/5/2013 Stock D 6/2/2013 Stock D.1 null Stock E 7/21/2013 Stock F 9/28/2013 ... Sheet 2...
  4. J

    Struggling with Comparing 2 columns to 2 other columns

    Hi all, I've search Google and this forum and have been having a really tough time getting this formula right! I'm using Excel 2007 on Windows 7. Here's the situation: I have 4 columns of data. Columns A and B are the product number(A) and customer info(B) from system 1. Columns C and D are...

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