About 365,000 results
Open links in new tab
  1. excel - Compare two columns and return related values from third …

    Nov 8, 2023 · How can I compare two columns then return the value from third or fourth? Compare 2 columns in Excel, removing values from a 3rd and provide results in a 4th, …

  2. excel - Compare columns of unequal length for matches and …

    Oct 11, 2012 · Compare columns of unequal length for matches and differences Asked 14 years, 11 months ago Modified 1 year, 11 months ago Viewed 27k times

  3. How to compare two columns in Excel and if match, then copy the …

    Sep 7, 2016 · If match, then Copy the cell in Column H that is matched through Columns D and G to Columns E Is there a way to do this with a formula? Summary Column E is empty at the …

  4. If two cells match, return value from third - Stack Overflow

    Oct 15, 2014 · So, I'm looking to search column A for a value that matches C, and return the email address from column B in a new column (D). The current formula almost works, but instead of …

  5. Comparing two columns, and returning a specific adjacent cell in …

    Dec 28, 2015 · Comparing two columns for matches is easy enough. the tough part has been returning a specific cell once a match is found. So what I'm dealing with is something kind of …

  6. Excel: match two columns with two other columns - Stack Overflow

    Jun 15, 2015 · 3 in excel, I have four columns. Columns A & B correspond with each other and columns C & D correspond with each other. What i'd like to do is create a formula that takes a …

  7. Excel Lookup - Find and Compare two Columns and insert data …

    Apr 17, 2025 · 2 I have three columns in Excel (not of equal length) Col B Col C Col D C contains reference numbers and D contains an ID for the reference number in D, they are …

  8. Excel - compare two columns, if match subtract values of other …

    Feb 7, 2016 · I'm trying to compare two columns for identical values in cells. Not all of them match. For those that match, i.e. cell in col B1 matches a cell in col D2, I would like to subtract …

  9. excel - Match Two columns in Xcel and Sum the other two - Stack …

    Oct 2, 2023 · I have the below data Set and in that I want to compare column A with column C and if the values of column A and C matches then I need to sum up the corresponding values …

  10. excel - Compare two cells belonging to two different columns

    Oct 8, 2024 · I want to do it in VBA, compare two cells belonging to two columns in Excel and highlight the cell in difference. I had tried something like this but it's not working. Sub …