About 228,000 results
Open links in new tab
  1. Compare two Excel-files in Powershell - Stack Overflow

    Dec 6, 2019 · I need help comparing two Excel files in Powershell. I have an Excel-file which contains 6 000 rows and 4-5 columns with headers: "Number" "Name" "Mobile data".

  2. Compare columns of unequal length for matches and differences

    Oct 11, 2012 · I will explain this in excel terms just so it will probably be clearer. I have an excel sheet with 2 columns. Column A has 69,000 rows. Column B has 49,000 rows. Column A has …

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

    Oct 15, 2014 · Here's a simple explanation of what I'm having trouble with. Column A: List of 2300 order numbers Column B: Email Address associated with an order number Column C: List of …

  4. Compare 2 excel files using Python - Stack Overflow

    May 9, 2016 · I have two xlsx files as follows: value1 value2 value3 0.456 3.456 0.4325436 6.24654 0.235435 6.376546 4.26545 4.264543 7.2564523 and value1 value2 value3 0.456 …

  5. compare - Excel - return "true" if a value exists in both columns ...

    Aug 10, 2013 · 7 I have two columns of data. column A and column B. in the third column (C) I want to type a formula that will return "true" if a data in column B exists anywhere in column A. …

  6. How can I remove non-matching values in two different columns …

    Mar 5, 2015 · 0 I have several columns of data in my Excel spreadsheet. Originally, I had two different spreadsheets, as they were generated from reports in a software application. One of …

  7. excel - Compare Columns using VBA Macro - Stack Overflow

    Aug 4, 2017 · Within the loop, for each row, you compare the 2 respective cells and change the value of the cell in Column C . Finally you add 1 to i on each iteration of the loop so it goes …

  8. 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 …

  9. Check if two cells match, but ignore spaces and periods

    Check if two cells match, but ignore spaces and periods Asked 10 years, 1 month ago Modified 3 years, 2 months ago Viewed 22k times

  10. 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 …